We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1324e6e commit 0709341Copy full SHA for 0709341
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# Changelog
2
+## [v0.12.16](https://github.com/itchyny/gojq/compare/v0.12.15..v0.12.16) (2024-06-01)
3
+* fix offset of query parsing error on multi-byte characters
4
+* fix tests of `exp10` and `atan2` failing on some platforms
5
+* fix `debug/1` to be available only when `debug/0` is defined
6
+* improve parser to allow binary operators as object values
7
+* improve compiler to emit error if query is missing
8
+
9
## [v0.12.15](https://github.com/itchyny/gojq/compare/v0.12.14..v0.12.15) (2024-04-01)
10
* implement `ltrim`, `rtrim`, and `trim` functions
11
* implement `gojq.ParseError` for getting the offset and token of query parsing error
0 commit comments