Skip to content

Releases: danielstjules/pjs

0.10.0

01 Mar 14:55
Compare
Choose a tag to compare
  • Add Ramda support

0.9.0

24 Mar 20:43
Compare
Choose a tag to compare
  • Add built-in lodash support

0.8.0

05 Mar 21:28
Compare
Choose a tag to compare
  • Improved binding support using with
  • Removed the --explicit option as it's no longer necessary
  • Improved object literal handling in 4af10a5

0.7.0

05 Mar 08:18
Compare
Choose a tag to compare
  • Added support for object literals being passed to map
  • Fixed handling of input with leading spaces

0.6.0

15 Oct 06:04
Compare
Choose a tag to compare
  • Can now handle null values in streams

0.5.1

17 Aug 00:26
Compare
Choose a tag to compare
  • Additional tests
  • Improved stream interface: only reduce needs to be piped with {end: false}

0.5.0

16 Aug 20:07
Compare
Choose a tag to compare
  • The line's index is now passed to each filter and map function via the variable i

0.4.1

15 Aug 06:29
Compare
Choose a tag to compare
  • Fix missing dependency in previous release

0.4.0

15 Aug 06:13
Compare
Choose a tag to compare
  • Rewrote module to use a streaming API. It uses streams for all actions except reduce

0.3.1

11 Aug 03:04
Compare
Choose a tag to compare
  • Added handling of syntax/reference errors in expression