Skip to content

Commit

Permalink
update CHANGELOG.md for v0.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Dec 1, 2024
1 parent 5fbda3f commit f561d02
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [v0.12.17](https://github.com/itchyny/gojq/compare/v0.12.16..v0.12.17) (2024-12-01)
* implement `add/1`, `skip/2` functions
* implement `--library-path` option as the alias of `-L` option
* fix `reduce` syntax to emit results for each initial value
* fix `last/1` to yield no values when the argument yields no values
* fix `limit/2` to emit an error on negative count
* fix `@uri` and `@urid` formats not to convert space between plus sign
* fix resolving search paths of import statements in the query
* improve time functions to accept fewer element arrays

## [v0.12.16](https://github.com/itchyny/gojq/compare/v0.12.15..v0.12.16) (2024-06-01)
* fix offset of query parsing error on multi-byte characters
* fix tests of `exp10` and `atan2` failing on some platforms
Expand Down

0 comments on commit f561d02

Please sign in to comment.