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 e4b9b6a commit 720bf54Copy full SHA for 720bf54
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [v0.12.11](https://github.com/itchyny/gojq/compare/v0.12.10..v0.12.11) (2022-12-24)
3
+* fix crash on assignment operators (`=`) with multiple values (`. = (0,0)`)
4
+* fix `isnormal` and `normals` functions against subnormal numbers
5
+
6
## [v0.12.10](https://github.com/itchyny/gojq/compare/v0.12.9..v0.12.10) (2022-12-01)
7
* fix `break` in `try`-`catch` query (`label $x | try break $x catch .`)
8
* fix path value validation for `getpath` function (`path(getpath([[0]][0]))`)
0 commit comments