Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 09:43
· 111 commits to main since this release

This version includes a completely rewritten parser which massively increases speed and decreases build time, see #196.
Furthermore, it allows using keywords as object keys (e.g. {if: 1}.if).

This is most likely the last stable release before jaq 2.0, which will bring support for label...break and modules.

Smaller Changes

  • Support building on armv6, thanks to @tranzystorekk #193
  • Use chrono instead of time to make jaq build on Rust 1.80 #199
  • Update hifijson to correctly handle control characters in strings (01mf02/hifijson#3)

New Contributors

Full Changelog: v1.5.1...v1.6.0