Assemblyscript Versions Save

A TypeScript-like language for WebAssembly.

v0.27.17

6 months ago

Bug fixes

  • placeholder commit for aspublish (#2789) (f055bff577ddf2694114c7dcf324334ee8795812) The commit that fixed the regression didn't start with "fix:" and such, so this commit accounts for that instead.

Other

  • Allow manually triggered publishes (#2788) (6eb69a870c3436478c6d1f32ff32b0cb86d95058)
  • build: fix package miss files (#2786) (041203050907a0f82e058916e542ec6b6d0c6f6e)
  • build: fix watch does not work (#2785) (7b4a5c382e2e6939e6c336b389190f4f84cf34cb)

v0.27.16

6 months ago

Bug fixes

  • Return the assigned value in assignments (#2773) (94fa207c4f88bbf1c7c9689a2931c850d2eca5cb) Fixes #2770.

Other

  • General cleanup (#2757) (a7e168b93f1b5258457297177cc3b6eda9abe736)
  • deps: Update binaryen to 116.0.0-nightly.20231102 (#2777) (af2a2500657b925ba099d4cb6aa6280f99353f51)
  • ci: Build action-node to install nodejs (#2779) (cdb39db35ea3ade6f2f1a9ec5cfa7c11c5f4639a)

v0.27.15

6 months ago

Bug fixes

  • add diagnose for non-declarative statements in namespace (#2765) (0b8abe473770a92e4c5dd1e237d821adb5b21049)

v0.27.14

7 months ago

Bug fixes

  • crash on assignment chain (#2767) (790babf12fbf5c0d06c5ba3da26d471614fe2404) Fixes: #2674

Other

  • build(deps-dev): bump @babel/traverse in /lib/loader (#2771) (145cbc66883813b70b97b9df63f85db5eeae71ad)
  • ci: close inactive pull request (#2766) (e0e738c48a74b2baf13bd70c1c8c4f28cf12da09) Co-authored-by: CountBleck [email protected]

v0.27.13

7 months ago

Bug fixes

  • introduce CallableFunction and NewableFunction from typescript/lib/lib.es5.d.ts (#2712) (c22c0787061c73bf19e6e461694ae4c9dd0eae55) Co-authored-by: Xinquan XU [email protected]

v0.27.12

7 months ago

Bug fixes

  • rest parameter crash resolver (#2748) (e3e4166d2103651dd1fcefc1474817da4dcc3bb6) Fixes #2707

v0.27.11

7 months ago

Bug fixes

  • interface inheritance cause crash (#2756) (a27258dd36834a7f1e5bbefd7a68f69b7bc934ca)
  • Ensure call-less references to builtin functions in namespaces error (#2738) (58ed2b2ec31c6469040d2dacddb3bdf64cfde32b)
  • diagnose not implement when assign value to closure variable (#2750) (73193f0f59c9a0e5326cc1a6c5e430ddf2a52285) Fixes: #2749
  • Type checker does not detect a signature mismatch (927b7cdb35d4ac714296a84aeccb55f0c7a9139a) Fixes: #2727

Other

  • build(deps): bump json5 from 2.2.1 to 2.2.3 in /lib/loader (#2610) (eedf30614dbead5333ab2ad06eafc1c59e65bbd1) Bumps json5 from 2.2.1 to 2.2.3.


    updated-dependencies:

    • dependency-name: json5 dependency-type: indirect ...

    Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.27.10

7 months ago

Bug fixes

  • StaticArray#concat link child to incorrect parent (#2746) (1126ef11c72cf93391819d1e0b80125b63947382)

v0.27.9

9 months ago

Bug fixes

  • Error on usage of reference types in fields (#2733) (321ed3d44c34f9a57d9513769f5ba8447d3293a9)

v0.27.8

9 months ago

Bug fixes

  • Use correct index as shadowstack slot key (#2720) (0ede7ffaaae78bb630104c97d2943a3652f07b44)