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 ab847b6 commit a467feaCopy full SHA for a467fea
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# 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
+
7
## [v0.12.8](https://github.com/itchyny/gojq/compare/v0.12.7..v0.12.8) (2022-06-01)
8
* implement `gojq.Compare` for comparing values in custom internal functions
9
* implement `gojq.TypeOf` for obtaining type name of values in custom internal functions
0 commit comments