Skip to content

Releases: AssemblyScript/assemblyscript

v0.19.5

30 Jun 01:05
f4091b8

Choose a tag to compare

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.4

25 Jun 01:08
1bbde87

Choose a tag to compare

Bug fixes

v0.19.3

17 Jun 01:01
ad009d3

Choose a tag to compare

Bug fixes

Other

v0.19.2

09 Jun 01:09
42883cb

Choose a tag to compare

New features

Other

v0.19.1

02 Jun 02:57
8a280c4

Choose a tag to compare

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)

v0.19.0

28 May 01:50
5427eb9

Choose a tag to compare

Breaking changes

  • Enable sign extension ops by default (#1869) (f67e61a)
    With all major browsers now shipping them, sign extension operations are now enabled by default. To disable: --disable sign-extension.
  • Flatten generated TypeScript definitions (#1872) (6540a2d)
    Generated TypeScript definitions for WebAssembly modules are now flat, that is do not export default ASModule anymore, but the module members directly, with the ASModule namespace removed.
  • Revise default optimization level (#1776) (e3d5631)
    Changes default optimization levels for --optimize respectively -O to optimizeLevel=3 and shrinkLevel=0, which is more useful in practice.

New features

Bug fixes

  • Adding duplicate identifier check in function signatures (#1865) (3633f4b)

Other

v0.18.32

20 May 01:11
5e19467

Choose a tag to compare

Bug fixes

Other

  • Autodetect ESM supports during asinit (#1685) (3d52206)
  • remove FUNCTION_TARGET for ElementKind (#1851) (4e83617)
  • Move assert inside branch for String.fromCodePoint (#1847) (c5fdfbf)

v0.18.31

04 May 01:08
6283781

Choose a tag to compare

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

30 Apr 01:09
802a233

Choose a tag to compare

Bug fixes

  • use normalized path for internalPath in parseFile (#1836) (802a233)

Other

v0.18.29

28 Apr 00:27
d610f01

Choose a tag to compare

Bug fixes

Other

  • Add toString, toDateString and toTimeString to Date (#1829) (d610f01)