What's Changed
- Dropped JVM requirement from Java 12 to Java 8 by extending string and numbers directly instead of through
java.lang.constant.Constable
. @onionpancakes in #2 - Compiler now compiles the inner vector within the runtime check for ambiguous attrs elements.
- Compiler now handles constant types such as
clojure.lang.BigInt
,clojure.lang.Ratio
,java.lang.Boolean
,java.lang.Character
, andjava.util.UUID
.
Full Changelog: v1.0.353...v1.0.365