Releases: flant/libjq-go
Releases · flant/libjq-go
libjq-go v1.6.2
jq build b6be13d5
Build multi-arch images with static libraries and jq binary from commit jqlang/jq@b6be13d5.
See https://github.com/flant/libjq-go/tree/master/examples for usage.
See https://github.com/flant/libjq-go#jq-source-compatibility-and-jq-16-performance for motivation.
libjq-go v1.6.1
- use jq-1.6 with updates to b6be13d5 commit from master:
- faster
jq_compile
than from jq-1.6 tag - the sequence of
jq_compile
calls works after errors in fromjson/tonumber - see #10
- faster
- fixes for build script and submodules
- thank you @cdevienne and @distorhead
libjq-go v1.6.0
- fix crashes when try+fromjson are used in jq expressions
- downgrade jq sources to jq-1.6 tag
libjq-go v1.0.0
First release.