Skip to content

Commit 0709341

Browse files
committed
update CHANGELOG.md for v0.12.16
1 parent 1324e6e commit 0709341

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 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+
29
## [v0.12.15](https://github.com/itchyny/gojq/compare/v0.12.14..v0.12.15) (2024-04-01)
310
* implement `ltrim`, `rtrim`, and `trim` functions
411
* implement `gojq.ParseError` for getting the offset and token of query parsing error

0 commit comments

Comments
 (0)