Version History

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Sputnik 0.15 @ 08-25-2013 01:15 AM)
(Whats New)
Line 447: Line 447:
 
* Renamed Sprintf to fmt (it was giving some people issues since it was not the same as C/PHPs function)
 
* Renamed Sprintf to fmt (it was giving some people issues since it was not the same as C/PHPs function)
 
* Added Sprintf() function that works similar to the C function sprintf() however it even accepts arrays as the variables with ability to define unique separators for each one it can also accept dictionaries etc it works very similar to perl6's fmt() function it is pretty useful and far extends the abilities of a normal sprintf()
 
* Added Sprintf() function that works similar to the C function sprintf() however it even accepts arrays as the variables with ability to define unique separators for each one it can also accept dictionaries etc it works very similar to perl6's fmt() function it is pretty useful and far extends the abilities of a normal sprintf()
>>> Read about Sprintf here <<<
 
 
* Added Printf() function which is basically a wrapper for Sprintf() so it will print immediately to console instead of returning a string it works similar to C function printf()
 
* Added Printf() function which is basically a wrapper for Sprintf() so it will print immediately to console instead of returning a string it works similar to C function printf()
 
* Added VPrintf() works same as Printf() but accepts arrays as the arguments instead of individual ones
 
* Added VPrintf() works same as Printf() but accepts arrays as the arguments instead of individual ones
Line 506: Line 505:
 
* Added @Epsilon, @EpsilonF, @EpsilonD macros
 
* Added @Epsilon, @EpsilonF, @EpsilonD macros
 
* Added LINQ (Integrated Language Query) functions to make sorting/iterating/organizing etc arrays and classes etc significantly easier below are a list of the new LINQ functions so far.
 
* Added LINQ (Integrated Language Query) functions to make sorting/iterating/organizing etc arrays and classes etc significantly easier below are a list of the new LINQ functions so far.
Added new LINQ function From()
+
* Added new LINQ function From()
Added new LINQ function AndFrom()
+
* Added new LINQ function AndFrom()
Added new LINQ function NotFrom()
+
* Added new LINQ function NotFrom()
Added new LINQ function Where()
+
* Added new LINQ function Where()
Added new LINQ function WhereNot()
+
* Added new LINQ function WhereNot()
Added new LINQ function AndWhere()
+
* Added new LINQ function AndWhere()
Added new LINQ function AndWhereNot()
+
* Added new LINQ function AndWhereNot()
Added new LINQ function Size()
+
* Added new LINQ function Size()
Added new LINQ function OrderBy()
+
* Added new LINQ function OrderBy()
Added new LINQ function OrderByDescending()
+
* Added new LINQ function OrderByDescending()
Added new LINQ function OrderByAscending()
+
* Added new LINQ function OrderByAscending()
Added new LINQ function First()
+
* Added new LINQ function First()
Added new LINQ function FirstOrDefault()
+
* Added new LINQ function FirstOrDefault()
Added new LINQ function Last()
+
* Added new LINQ function Last()
Added new LINQ function LastOrDefault()
+
* Added new LINQ function LastOrDefault()
Added new LINQ function Any()
+
* Added new LINQ function Any()
Added new LINQ function All()
+
* Added new LINQ function All()
Added new LINQ function Invert()
+
* Added new LINQ function Invert()
Added new LINQ function Select()
+
* Added new LINQ function Select()
(Note - The LINQ stuff is just a test and may or may not be removed later and/or moved to the Lib folder who knows)
+
* (Note - The LINQ stuff is just a test and may or may not be removed later and/or moved to the Lib folder who knows)
 
* You can now do ++ as many times as you wish like $test++++++; and +++++++$test; the same goes for --
 
* You can now do ++ as many times as you wish like $test++++++; and +++++++$test; the same goes for --
 
* Added Function IsHash() it basically returns true if all the keys in an array are strings and not numbers
 
* Added Function IsHash() it basically returns true if all the keys in an array are strings and not numbers

Revision as of 22:12, 11 August 2014

Contents

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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox