Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Releases: chrisdone-archive/jl

v0.0.5

10 Apr 14:09
Compare
Choose a tag to compare
Bump for hackage

Added --array

09 Sep 23:24
Compare
Choose a tag to compare
Added --array Pre-release
Pre-release

Added the --array flag for consuming all input JSON blobs as if it were one big array.

Removed keywords checking

16 Aug 11:53
Compare
Choose a tag to compare
Pre-release

Now you can use _.data and it won't complain about a keyword.

Streaming, pretty printing, more functions

11 Aug 10:49
Compare
Choose a tag to compare
  • Add more functions: any, all, append, sum, maximum, minimum, product, lines, words
  • Support any letter in variable names
  • Support _.123 integer indexing.
  • Add pretty printing support via --pretty
  • Support streaming input out of the box

Alpha release

20 Jul 10:56
Compare
Choose a tag to compare
Alpha release Pre-release
Pre-release

The program is not well tested, but seems to work. Error messages are not good.

The binary files are not statically linked.