Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

44 lines (24 loc) · 1.15 KB

Changelog

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.

Unreleased

1.15.12 - 2024-05-13

  • Fix NPE when hashing ordered-set that contain nil.

1.15.11 - 2023-03-26

  • Solve native image size problem by removing runtime resolve #71

1.15.10 - 2021-10-09

Added

  • Added support for ClojureScript: #59
  • Automatic deploys from CI are now enabled for Release- tags: #65

Fixed

  • Fixed data reader importing issues: #56

1.5.9 - 2020-04-14

Fixed

  • Fixed reflection warnings: #51

1.5.8 - 2020-04-13

Changed

  • Updated README, CircleCI configuration.

1.5.7 - 2018-12-07

Fixed

  • Type hint toArray to be compatible with JDK 11: #37