* TypeScript definitions of `stringify`, `parse`, and `buildFunction` not exported ([c8aa2d3](https://github.com/jsonquerylang/jsonquery/commit/c8aa2d31ec6aed7992010efdfa2ac28cbfed5474))
* ignore linting of package.json (gives issues during release) ([d07b86b](https://github.com/jsonquerylang/jsonquery/commit/d07b86b97c7dbdce2b6118815eba292a3a84c68c))
* refactor function `get` to accept only one argument ([b0ee531](https://github.com/jsonquerylang/jsonquery/commit/b0ee53128e7a948adfd2fb7b2772351b472ad39f)) * refactor function `pick` to accept `JSONQueryProperty` ([e00b9ed](https://github.com/jsonquerylang/jsonquery/commit/e00b9ed54f9f2b8db1f470dd476b88e341a943dd))
Features
* simpler JSON API ([db8e1e6](https://github.com/jsonquerylang/jsonquery/commit/db8e1e66220753320939f0506d36e31b158f41dc))
BREAKING CHANGES
* All functions now require to use an explicit property getter `["get", prop]` instead of an implicit string or array.
* implement support for filter without a condition without brackets ([f78af9b](https://github.com/josdejong/jsonquery/commit/f78af9b101d97c1a4547be7f6e516706a678406e))