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 fromlasertag.core/tag-map