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 oftime
to make jaq build on Rust 1.80 #199 - Update
hifijson
to correctly handle control characters in strings (01mf02/hifijson#3)
New Contributors
- @tranzystorekk made their first contribution in #193
Full Changelog: v1.5.1...v1.6.0