Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.18.7
v0.18.6
v0.18.5
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.3
v0.18.2
v0.18.1
v0.18.0
Breaking changes
- Rewrite runtime, switch to tracing GC and bootstrap (#1559) (b857944)
The exported runtime interface has changed, affecting how external objects are being kept alive. Please refer to the updated documentation on Garbage collection for all the details.