Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.19.10
Bug fixes
Performance
- Add shortcuts for some non-tagged string templates (#2014) (551b312)
Other
v0.19.8
New features
- Add findLastIndex for Array and TypedArray (Stage 3) (#1981) (a0307d8)
- add __newArrayBuffer() to the loader (#1965) (5df7318)
Bug fixes
- use type cast for comparing BinaryOp to
-1
(#1964) (20a0635)
- Make warning 232 pedantic (#1986) (3a33a25)
- check function's instance class is a subclass of virtual method (#1985) (1958554)
Other
v0.19.6
New features
- Statically eliminate logical expression branches (#1967) (bf24bb9)
Other
v0.19.5
Bug fixes
- Fix constructor parameter initialization order (#1934) (f4091b8)
- Fix assertion on invalid generic operator overloads (#1935) (a7f7226)
- Allow inlining the original function into its varargs stub (#1936) (a5563f9)
Other
- Emit a diagnostic when using the spread operator (#1926) (c441afd)
- Use correct number aliases in TS type definitions (#1917) (5eebd2f)
v0.19.1
Bug fixes
Other
- Add stale action (#1880) (8a280c4)
- Remove stalebot, is not working anyhow (f5f72e2)
- Fix CI after changing default branch (45e0eb1)
- Fix function-expression test (238aa65)
- Update default branch to main (9edfa28)