Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.18.16
Bug fixes
- Fix invalid signed/unsigned comparison in ReadableStream#read (#1742) (784521d)
Other
- Add tests for StaticArray (#1728) (231a8dc)
Adds the following missing tests for StaticArray:
- constructor
- fromArray
- concat (static)
- slice (sstatic)
- concat (instance)
- includes
- indexOF
- join + toString
- Use
bool
instead of boolean
return type in isVoid builtin (#1745) (78a592f)
v0.18.15
Bug fixes
- Fix missing properties in generated type definitions (#1727) (d97df3e)
Other
v0.18.14
Bug fixes
- Remove unused std string null checks and unify __gt overload (#1682) (70aef77)
Other
v0.18.13
Bug fixes
- Invert reference type null check in makeIsTrueish (#1719) (72de26d)
Other
v0.18.12
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.10
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
Bug fixes
- Ensure exported field getters and setters are compiled (#1683) (6fe4b28)
v0.18.8
Bug fixes
- Update Rtrace definitions (#1681) (bff4c45)
- Fix premature collect of backing buffers in loader's __newArray (92bc7dd)