Skip to content

Releases: AssemblyScript/assemblyscript

v0.18.14

09 Mar 00:55
9fe506c
Compare
Choose a tag to compare

Bug fixes

  • Remove unused std string null checks and unify __gt overload (#1682) (70aef77)

Other

v0.18.13

08 Mar 00:56
72de26d
Compare
Choose a tag to compare

Bug fixes

  • Invert reference type null check in makeIsTrueish (#1719) (72de26d)

Other

v0.18.12

03 Mar 00:51
c60e514
Compare
Choose a tag to compare

Bug fixes

  • Fix temp. local confusion in indexed assignment compilation (#1703) (c60e514)
  • Emit a warning when attempting to use a template literal (#1702) (0d06d37)

v0.18.11

23 Feb 00:50
d4e7b9d
Compare
Choose a tag to compare

New features

v0.18.10

21 Feb 00:52
4ccda0b
Compare
Choose a tag to compare

New features

  • Make use of initial memory when initializing incremental GC (#1692) (4ccda0b)

Other

  • Add missing tests for String#codePointAt, concat and fromCharCodes (#1686) (369c6fc)

v0.18.9

15 Feb 00:50
6fe4b28
Compare
Choose a tag to compare

Bug fixes

  • Ensure exported field getters and setters are compiled (#1683) (6fe4b28)

v0.18.8

13 Feb 00:49
bff4c45
Compare
Choose a tag to compare

Bug fixes

  • Update Rtrace definitions (#1681) (bff4c45)
  • Fix premature collect of backing buffers in loader's __newArray (92bc7dd)

v0.18.7

09 Feb 00:49
7f6c51c
Compare
Choose a tag to compare

Bug fixes

  • Emit a diagnostic when 'super' is used in a non-derived class (#1678) (7f6c51c)
  • Make sure that the ~argumentsLength global exists (#1676) (4400623)

v0.18.6

08 Feb 00:49
6905299
Compare
Choose a tag to compare

New features

v0.18.5

06 Feb 00:49
7f4296d
Compare
Choose a tag to compare

Bug fixes

  • Fix non-usize first-class function arguments to be usize (#1669) (0474456)

Other

  • Remove unused tslint comments / replace deprecated deepEqual (#1670) (7f4296d)
  • Add index signature to ArrayLike (#1668) (f95209b)