Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
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)
v0.18.7
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.5
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)
v0.18.4
Bug fixes
- Properly handle semantically anonymous functions (#1666) (368fda0)
- Support optional parameters in d.ts generation (#1665) (b24925c)
- Reject identifier or keyword immediately following a numeric literal (#1662) (7a46aa9)
- Emit a diagnostic when an expression refers to a static element (#1661) (4dc6567)
- Substitute type arguments in 'new' only if prototypes match (#1660) (5981995)
- Fill correct view region in crypto.getRandomValues (#1659) (cc37cc4)
Other
v0.18.2
New features
Bug fixes
- Add std/portable to list of package exports (#1605) (2a35b82)
- Switch to bool instead of boolean in DataView (#1647) (0e12d7a)
Other