Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.48 KB

version_history.md

File metadata and controls

45 lines (39 loc) · 1.48 KB

#Version history#

##1.3.0 (11/12/12)

  • Removed _.iterate (slower than pairs, ipairs)
  • Added _.identity
  • Removed _.curry (was more like a closure, will provide a proper implementation later)
  • Removed _.iter_to_array
  • Most of all functions rewritten
  • .import/.mixin now imports library functions to the global env.
  • Added type checking functions as object functions
  • Added new functions and aliases : Moses has 85 unique functions, 117 counting aliases.
  • Added HTML docs
  • Added Specs
  • Added samples

##1.2.1 (08/20/12)

  • Added .takeWhile (as alias to .selectWhile)
  • Added .dropWhile and .rejectWhile (as alias)
  • Updated Moses_Lib_Test.lua
  • Updated documentation

##1.2 (08/19/12)

  • Added _.selectWhile
  • Added .mapReduce and .mapr (as alias)
  • Added .mapReduceRight and .maprr (as alias)
  • Added _.bindn
  • Added _.appendLists
  • Updated Moses_Lib_Test.lua
  • Updated documentation

##1.1 (08/04/12)

  • Removed .contains as alias to .include
  • Added _.removeRange (as Array function)
  • Added .sameKeys and .contains (as Collection functions)
  • Added _.bind (as Utility function)
  • Updated Moses_Lib_Test.lua
  • Updated documentation

##1.0 (08/02/12)

  • Added .append, .invert, .import, .template, _.curry
  • Updated Moses_Lib_Test.lua
  • Updated documentation

##0.1 (07/24/12)

  • Initial Release