Version History

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Upcoming changes in next version)
Line 1: Line 1:
 
== Upcoming changes in next version ==
 
== Upcoming changes in next version ==
  
Nothing yet
+
* HTTPGetString improved
 
+
* If you enter 0.0.0.0 as the IP Address in SocketBind() it will allow any IP to work
 +
* There was a bug where Objects could get *disposed* without unset() being called all once again only unset() using() and binarywipe() are capable of wiping an object nothng else can do it
 +
* MySQLConnect() can now correctly use the port using :PORT without crashing
 +
* If the internal data of an SV gets corrupted or nulled somehow Sputnik now detects this and will no longer crash
 +
* Negating a null or disposed SV now sets its value to TRUE
 +
* Fixed Stack.spk it fell victim to the "function name will use class function before core*
 +
* RPNCalculator example now works again
 +
* SocketReceive() given 2 new parameters the first lets if the socket should wait until it gets all the requested data size the second sets how long it should wait in seconds (failure of this wait will return -1 as the data size)
 +
* Many improvements to the internal workings of the SV ($var)
 +
* The Interactive Shell now shows correct version/website and stuff like "say", "print" etc no longer display a return value
 +
* Added HTTPMakeQuery() it can used to quickly and easily convert a Sputnik array into a HTTP query string with proper escapes and everything
  
 
== Sputnik 0.24 @ 29-11-2014 01:05 AM ==
 
== Sputnik 0.24 @ 29-11-2014 01:05 AM ==

Revision as of 14:24, 12 December 2014

Contents

Upcoming changes in next version

Sputnik 0.24 @ 29-11-2014 01:05 AM

Whats New

Known issues in current version:

Sputnik 0.23b3 @ 14-08-2014 10:09 PM

Whats New

Sputnik 0.23b2 @ 14-08-2014 02:18 PM

Whats New

Sputnik 0.23b1 @ 12-08-2014 02:23 AM

Whats New

Sputnik 0.23 @ 08-11-2014 05:54 AM

Whats New

Sputnik 0.22 @ 03-21-2014 05:54 AM

Whats New

Sputnik 0.21 @ 09-28-2013 05:26 PM

Whats New

Sputnik 0.20 @ 09-19-2013 10:58 PM

Whats New

Sputnik 0.19 @ 09-16-2013 10:25 PM

Whats New

Sputnik 0.18 @ 09-12-2013 01:42 AM

Whats New

$a = array(); $a[0] = "blah"; $a[1] = $a;

println("C:\\"); // Where as this would fail <-- No longer fails

Sputnik 0.17 @ 08-29-2013 05:49 PM

Whats New

Sputnik 0.16 @ 08-25-2013 07:56 AM

Whats New

Sputnik 0.15 @ 08-25-2013 01:15 AM

Whats New

Lower than 0.15

No information available.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox