Skip to content

Commit a467fea

Browse files
committed
update CHANGELOG.md for v0.12.9
1 parent ab847b6 commit a467fea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [v0.12.9](https://github.com/itchyny/gojq/compare/v0.12.8..v0.12.9) (2022-09-01)
3+
* fix `fromjson` to emit error on unexpected trailing string
4+
* fix path analyzer on variable argument evaluation (`def f($x): .y; path(f(.x))`)
5+
* fix raw input option `--raw-input` (`-R`) to keep carriage returns and support 64KiB+ lines
6+
27
## [v0.12.8](https://github.com/itchyny/gojq/compare/v0.12.7..v0.12.8) (2022-06-01)
38
* implement `gojq.Compare` for comparing values in custom internal functions
49
* implement `gojq.TypeOf` for obtaining type name of values in custom internal functions

0 commit comments

Comments
 (0)