Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.18.31
Bug fixes
- Exclude BLOCK_MAXSIZE and OBJECT_MAXSIZE from bounds checking (#1842) (e25e4b1)
- Fix growing factor for capacity in Array (#1841) (ca02a7d)
Other
v0.18.30
Bug fixes
- use normalized path for internalPath in parseFile (#1836) (802a233)
Other
v0.18.29
Bug fixes
Other
- Add toString, toDateString and toTimeString to Date (#1829) (d610f01)
v0.18.28
Bug fixes
Other
Docs
- Change "capacity" to "length" for argument in Array's constructor (#1816) (c1b992b)
v0.18.27
New features
- Add encodeURI(Component) and decodeURI(Component) (#1733) (7d0690d)
Bug fixes
Other
v0.18.26
Bug fixes
- Use F_NOEXPORTRUNTIME if __rtti_base is missing (#1808) (7e20ad2)
v0.18.25
New features
- Implemented getters / setters and various string fns on Date (#1768) (30f5d13)
Other
- Fix assertion when trying to assign to a method (#1799) (70c3bf9)
v0.18.24
Bug fixes
- Fix printing name of duplicate identifier in markVirtuals (#1794) (42c2dbc)
v0.18.23
Bug fixes
- Fix assertion when trying to assign a namespaced class to a variable (#1791) (a073e1c)
v0.18.22
New features
- Allow specifying transforms via the compiler API (#1786) (be3dfaf)
Bug fixes
- Fix invalid store offsets in memset polyfill (#1787) (9b21306)