Skip to content

Releases: flant/libjq-go

libjq-go v1.6.2

22 Nov 21:09
bad74d0
Compare
Choose a tag to compare

Fixes:

  • intercept compile errors that go to stderr (#16)

Features:

  • create a build system for libjq multi-arch images and assets with static libraries (#19)
  • remove gomega dependency, no dependencies in go.mod! (#23)
  • more information in README
  • examples with different build types

jq build b6be13d5

22 Nov 20:40
bad74d0
Compare
Choose a tag to compare

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

05 Jun 10:36
f6186eb
Compare
Choose a tag to compare
  • 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
  • fixes for build script and submodules

libjq-go v1.6.0

18 Mar 06:06
27e93c1
Compare
Choose a tag to compare
  • fix crashes when try+fromjson are used in jq expressions
  • downgrade jq sources to jq-1.6 tag

libjq-go v1.0.0

30 Jan 06:39
488a771
Compare
Choose a tag to compare

First release.