Skip to content

Releases: AssemblyScript/assemblyscript

v0.28.18

02 Jun 04:22
ffed83a

Choose a tag to compare

Bug fixes

  • evaluate call_indirect callee before arguments (#2994) (ffed83a)

v0.28.17

29 Apr 03:35
f93a941

Choose a tag to compare

New features

v0.28.16

26 Apr 03:28
a5112aa

Choose a tag to compare

New features

Bug fixes

  • forbidden override between generic function and concrete function (#3014) (ffada5a)

v0.28.15

23 Apr 03:19
bf7f959

Choose a tag to compare

Bug fixes

  • update unicode identifier tables to Unicode 17.0 (#3017) (bf7f959)

v0.28.14

12 Apr 03:18
2180c8c

Choose a tag to compare

Bug fixes

  • report error when generic method attempts to implement non-generic interface method (#3007) (2180c8c)

Other

v0.28.13

03 Apr 02:45
be8e56d

Choose a tag to compare

Bug fixes

v0.28.12

29 Mar 02:51
40037f5

Choose a tag to compare

Bug fixes

  • compiler crashed when duplicate inner function declared in function body (#3000) (40037f5)
  • use common type for numeric check on binary subtraction (#3003) (fed7ffa)
  • return previous color state from setColorsEnabled (#3002) (9ffcf25)

Other

  • chore: update npm deps. Migrate to new eslint config. Minor fixes (#2996) (04eba49)

v0.28.11

28 Mar 02:36
327423b

Choose a tag to compare

Bug fixes

  • compiler crashed when callback signature has void as parameter (#2998) (327423b)

v0.28.10

10 Mar 03:26
52b9533

Choose a tag to compare

Bug fixes

Other

v0.28.9

18 Oct 01:40
8257b1c

Choose a tag to compare

New features

Other

  • chore: fix wrong float test (#2952) (6087191)
  • chore: refactor builtin type resolving to builtins.ts (#2951) (7322bfc)
  • chore: refactor unary postfix code emitter to reduce nested tostack (#2949) (ade022e)