All Versions
10
Latest Version
Avg Release Cycle
104 days
Latest Release
2911 days ago
Changelog History
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
- ๐ Improved binding support using
-
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
- The line's index is now passed to each filter and map function via the variable
-
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