Releases: paintparty/lasertag
Releases · paintparty/lasertag
v0.10.0
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
v0.8.4
v0.6.0
v0.5.1
Fixed
- Conditionally defines
Atomics
(js/Atomics
), in case device does not support it.
Breaking Changes
- Some reflection features may work differently if you are reflecting on an instance of
js/Atomics
.
v0.4.0
v0.4.0
v0.3.0
Initial release