Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 1.06 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.

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