All Versions
10
Latest Version
Avg Release Cycle
104 days
Latest Release
2612 days ago

Changelog History

  • v0.10.0 Changes

    March 01, 2017
    • โž• Add Ramda support
  • v0.9.0 Changes

    March 24, 2016
    • โž• Add built-in lodash support
  • v0.8.0 Changes

    March 05, 2015
    • ๐Ÿ‘Œ Improved binding support using with
    • โœ‚ Removed the --explicit option as it's no longer necessary
    • ๐Ÿ‘Œ Improved object literal handling in 4af10a5
  • v0.7.0 Changes

    March 05, 2015
    • โž• Added support for object literals being passed to map
    • ๐Ÿ›  Fixed handling of input with leading spaces
  • v0.6.0 Changes

    October 15, 2014
    • Can now handle null values in streams
  • v0.5.1 Changes

    August 17, 2014
    • โž• Additional tests
    • ๐Ÿ‘Œ Improved stream interface: only reduce needs to be piped with {end: false}
  • v0.5.0 Changes

    August 16, 2014
    • The line's index is now passed to each filter and map function via the variable i
  • v0.4.1 Changes

    August 15, 2014
    • ๐Ÿ›  Fix missing dependency in previous release
  • v0.4.0 Changes

    August 15, 2014
    • Rewrote module to use a streaming API. It uses streams for all actions except reduce
  • v0.3.1 Changes

    August 11, 2014
    • โž• Added handling of syntax/reference errors in expression