This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Releases: chrisdone-archive/jl
Releases · chrisdone-archive/jl
v0.0.5
Added --array
Added the --array
flag for consuming all input JSON blobs as if it were one big array.
Removed keywords checking
Now you can use _.data and it won't complain about a keyword.
Streaming, pretty printing, more functions
- 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
The program is not well tested, but seems to work. Error messages are not good.
The binary files are not statically linked.