Skip to content

Releases: AssemblyScript/assemblyscript

v0.28.20

Choose a tag to compare

@github-actions github-actions released this 22 Jul 02:56
b6bda05

Bug fixes

  • optimize dayOfWeek & dateFromEpoch routines in date (#3033) (9ca63f2)

Other

  • chore: Update Binaryen and other dependencies (#3035) (b6bda05)
  • chore: Update binaryen, esbuild & other dependencies (#3032) (2829037)

v0.28.19

Choose a tag to compare

@github-actions github-actions released this 12 Jun 04:23
18b17a7

New features

v0.28.18

Choose a tag to compare

@github-actions github-actions released this 02 Jun 04:22
ffed83a

Bug fixes

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

v0.28.17

Choose a tag to compare

@github-actions github-actions released this 29 Apr 03:35
f93a941

New features

v0.28.16

Choose a tag to compare

@github-actions github-actions released this 26 Apr 03:28
a5112aa

New features

Bug fixes

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

v0.28.15

Choose a tag to compare

@github-actions github-actions released this 23 Apr 03:19
bf7f959

Bug fixes

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

v0.28.14

Choose a tag to compare

@github-actions github-actions released this 12 Apr 03:18
2180c8c

Bug fixes

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

Other

v0.28.13

Choose a tag to compare

@github-actions github-actions released this 03 Apr 02:45
be8e56d

Bug fixes

v0.28.12

Choose a tag to compare

@github-actions github-actions released this 29 Mar 02:51
40037f5

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

Choose a tag to compare

@github-actions github-actions released this 28 Mar 02:36
327423b

Bug fixes

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