Assemblyscript Versions Save

A TypeScript-like language for WebAssembly.

v0.27.27

4 weeks ago

Bug fixes

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

Other

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

v0.27.26

1 month ago

Bug fixes

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

Other

  • Compile incrementors in for loops within the initializer's flow (#2826) (9102c050b7be1fb482f85ea0c1427cfc63bc5e39) 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) (9605c037bbf47a81b55120d6bb36fa3f85d56859)

    • Expose binaryen instance on transform

    • Fix invalid import in generated output

v0.27.25

2 months ago

Bug fixes

  • select correct override function (#2822) (de174c5f2863ea7947ba4496be4f9028c99d3367)

v0.27.24

3 months ago

Bug fixes

  • asinit support --noColors opinion (#2817) (4655745c011a80a1e419953d27d0738ad0bbbb57)

v0.27.23

3 months ago

Bug fixes

  • clear garbage bits before cast short integer to float (#2813) (67579debd580cdba3774425269515de5b402d9f3) Co-authored-by: CountBleck [email protected]

Other

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

v0.27.22

5 months ago

New features

  • implement scoped type alias (#2806) (1e0466ef94fa5cacd0984e4f31a0087de51538a8)

v0.27.21

5 months ago

Bug fixes

  • diagnose when accessing setter only property (#2800) (153def698d7341629f294f774f16c20c8a053d85) Co-authored-by: CountBleck [email protected]

v0.27.20

5 months ago

Bug fixes

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

v0.27.19

5 months ago

Bug fixes

  • string field with false value in asconfig.js (#2802) (5dec4a3a82c97f3a80c86a60f49167b18267a7e5) Co-authored-by: Zhenya.Liu [email protected]
  • add diagnose when getter is not as accessible as the setter (#2801) (41f395a013a5007fa314ba6e0b7ed8a539ed2c95)
  • diagnose correct class name when resolving class member fails (#2799) (5ee17becc369c9b43f91814e09ccbe7447ff554c)
  • handle nest tostack in shadowstack pass (#2792) (53aab48ea85df7bca835df2187bbf65b2f750de0)

v0.27.18

5 months ago

Bug fixes

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

Other

  • chore: chmod 755 for bin/asinit (#2796) (aa54a2bb321920b8e0c06842eb5b0697ddbae0d4)