Skip to content

v0.12.0

Choose a tag to compare

@paintparty paintparty released this 20 Mar 14:08

Potentially breaking changes

  • Bumped Clojure to version 1.11.1

  • If using with bb, requires v1.12.210 or higher

  • Changed the following tags in the :all-tags entry in map returned from lasertag.core/tag-map:

    :coll-type -> :coll-like

  • Removed the following redundant tags in the :all-tags entry in result of calling lasertag.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.cached namespace 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