v0.12.0
Potentially breaking changes
-
Bumped Clojure to version 1.11.1
-
If using with bb, requires
v1.12.210or higher -
Changed the following tags in the
:all-tagsentry in map returned fromlasertag.core/tag-map:
:coll-type->:coll-like -
Removed the following redundant tags in the
:all-tagsentry in result of callinglasertag.core/tag-map:
:number-type
:java-lang-class
:java-util-class -
Removed the following options as they were not compatible with the new enhanced perf, or obsolete:
:format
:include-all-tags
Added
-
fireworks.cachednamespace for enhanced perf - returns a "cached" result based on common value types -
Added the support for the following missing primary tags:#30
:atom
:volatile
:future
:ref
:agent
:delay
:byte
:throwable -
Added the support for the following missing secondary tags:
:reference
:lazy
:deferred
Changed
- Refactored core namespace for readability