Skip to content

Commit

Permalink
update CHANGELOG.md for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Jul 20, 2019
1 parent e1bec60 commit fb56d16
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## [v0.4.0](https://github.com/itchyny/gojq/compare/v0.3.0..v0.4.0) (2019-07-20)
* improve performance significantly
* rewrite from recursive interpreter to stack machine based interpreter
* allow debugging with `make install-debug` and `export GOJQ_DEBUG=1`
* parse built-in functions and generate syntax trees before compilation
* optimize tail recursion
* fix behavior of optional operator
* fix scopes of arguments of recursive function call
* fix duplicate function argument names
* implement `setpath` function

## [v0.3.0](https://github.com/itchyny/gojq/compare/v0.2.0..v0.3.0) (2019-06-05)

* implement `reduce`, `foreach`, `label`, `break` syntax
Expand Down

0 comments on commit fb56d16

Please sign in to comment.