Skip to content

Releases: paintparty/lasertag

v0.10.0

27 Nov 16:52
3bf0c58
Compare
Choose a tag to compare

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

v0.8.4

20 Nov 00:21
ae2d4e4
Compare
Choose a tag to compare

Details in Changelog

v0.6.0

16 Oct 18:50
faf156d
Compare
Choose a tag to compare

Details in Changelog

v0.5.1

07 Jul 05:03
Compare
Choose a tag to compare

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

06 Jul 22:55
Compare
Choose a tag to compare

v0.4.0

v0.3.0

28 Feb 02:36
Compare
Choose a tag to compare

Initial release