All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix NPE when hashing ordered-set that contain
nil
.
- Solve native image size problem by removing runtime
resolve
#71
- Added support for ClojureScript: #59
- Automatic deploys from CI are now enabled for
Release-
tags: #65
- Fixed data reader importing issues: #56
- Fixed reflection warnings: #51
- Updated README, CircleCI configuration.
- Type hint toArray to be compatible with JDK 11: #37