Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@paintparty paintparty released this 27 Nov 16:52
3bf0c58

Breaking changes

  • Changed the following tags (result of calling lasertag.core/tag):

    :js/Set -> :set
    :js/Map -> :map
    :js/WeakSet -> :set
    :js/WeakMap -> :map
    :js/Array -> :array
    :js/ArrayBuffer -> :byte-array

  • Changed all tags that were namespaced with js/ to use a unified kebab-case
    convention, e.g.:

    js/Object -> :js-object

    js/Int8Array -> :js-int8-array

  • All typed arrays in JS now get tagged with :array, with a more granular tag
    e.g. :js-int8-array in the :all-tags entry of return value from lasertag.core/tag-map