1.0.0-preview.20230409
Pre-release
Pre-release
eiiches
released this
09 Apr 14:02
·
42 commits
to develop/1.x
since this release
WARNING: This is a pre-release. Java API will likely to change in final 1.0.0 release.
Changes since 1.0.0-preview.20220705
Features
- Implement error/0 and fix try catch against non-string errors (#237) by @itchyny
- Implement round/0 function (#241) by @itchyny
- Improve the jackson-jq bash script (#244) by @itchyny
- Implement normals and finites functions (#242) by @itchyny
Bug Fixes
- Fix explode/0 against Unicode surrogate code points (#231) by @itchyny
- Fix the explode test case added in #231 (#232) by @itchyny
- Rename the long option for raw output strings (#235) by @itchyny
- Fix array indexing by empty array and refactor indices/1 (#238) by @itchyny
- Fix outputting NaN and Infinities to be jq compatible (fix #62) (#246) by @itchyny
- Skip writing NaN on csv and tsv formats (##243) by @itchyny
Dependency Updates
- jackson-databind 2.14.2 (#276)
- etc.