Skip to content

Releases: AssemblyScript/assemblyscript

v0.27.27

11 Apr 01:11
64cba2e

Choose a tag to compare

Bug fixes

  • for statement increment will be processed in correct context (#2839) (64cba2e)

Other

  • chore: remove comment in PR title check pipeline (#2837) (721236d)
  • chore: add action to check PR title prefix (#2836) (9e23c8c)

v0.27.26

03 Apr 03:22
b640ff2

Choose a tag to compare

Bug fixes

  • ignore this (#2834) (b640ff2)
    This is a dummy commit to create a new release.

Other

  • Compile incrementors in for loops within the initializer's flow (#2826) (9102c05)
    It turns out that incrementors were compiled with the body's flow, which
    meant that the incrementor had access to local variables declared in the
    body. Now, incrementors no longer have access to such variables.

    Fixes #2825.

  • Binaryen on transform (#2832) (9605c03)

    • Expose binaryen instance on transform

    • Fix invalid import in generated output

v0.27.25

09 Mar 01:06
de174c5

Choose a tag to compare

Bug fixes

v0.27.24

31 Jan 01:09
4655745

Choose a tag to compare

Bug fixes

v0.27.23

16 Jan 01:14
67579de

Choose a tag to compare

Bug fixes

Other

  • Update Binaryen (#2811) (dc547a8)
    This version of binaryen.js has the requisite 4 GiB max memory change.
    Fixes #2810.

v0.27.22

24 Nov 01:11
1e0466e

Choose a tag to compare

New features

v0.27.21

22 Nov 01:15
153def6

Choose a tag to compare

Bug fixes

v0.27.20

21 Nov 01:16
d142ac8

Choose a tag to compare

Bug fixes

  • Improve date parsing (fractional seconds, UTC offsets) (#2803) (d142ac8)

v0.27.19

18 Nov 01:12
5dec4a3

Choose a tag to compare

Bug fixes

v0.27.18

15 Nov 01:12
4f15024

Choose a tag to compare

Bug fixes

  • add diagnose when initializing field in interface (#2797) (4f15024)

Other