github 01mf02/jaq v2.0.0-delta
2.0-delta

latest releases: v3.0.0-alpha, v2.3.0, v2.2.0...
pre-release12 months ago

New features

  • Support --args #224
  • Add missing gamma/0 math function, thanks to @wader #222

Improvements

  • Use regex-lite instead of regex 0840b1b: This can drastically decrease the compile time of regexes, at the cost of increasing regex execution time. This also increases the MSRV (minimal supported Rust version) for jaq, jaq-std, and jaq-json to 1.65.
  • Improve compiler complexity #223

Bug fixes

All following bugs were detected by @wader, who has relentlessly worked with me on getting jqjq to work with jaq (#216). My heartfelt thanks go out to you, @wader!

  • Correct tail recursion optimisation (TCO) #223
  • Correct destructuring behaviour 4560c86
  • Correct empty regex behaviour #221

Full Changelog: v2.0.0-gamma...v2.0.0-delta

Don't miss a new jaq release

NewReleases is sending notifications on new releases.