Skip to content

Releases: AssemblyScript/assemblyscript

v0.27.20

21 Nov 01:16
d142ac8
Compare
Choose a tag to compare

Bug fixes

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

v0.27.19

18 Nov 01:12
5dec4a3
Compare
Choose a tag to compare

Bug fixes

v0.27.18

15 Nov 01:12
4f15024
Compare
Choose a tag to compare

Bug fixes

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

Other

v0.27.17

09 Nov 18:40
f055bff
Compare
Choose a tag to compare

Bug fixes

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

Other

v0.27.16

09 Nov 01:13
94fa207
Compare
Choose a tag to compare

Bug fixes

Other

v0.27.15

03 Nov 01:10
0b8abe4
Compare
Choose a tag to compare

Bug fixes

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

v0.27.14

18 Oct 01:11
145cbc6
Compare
Choose a tag to compare

Bug fixes

Other

v0.27.13

11 Oct 01:11
c22c078
Compare
Choose a tag to compare

Bug fixes

v0.27.12

08 Oct 01:15
e3e4166
Compare
Choose a tag to compare

Bug fixes

v0.27.11

02 Oct 01:10
a27258d
Compare
Choose a tag to compare

Bug fixes

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

Other

  • build(deps): bump json5 from 2.2.1 to 2.2.3 in /lib/loader (#2610) (eedf306)
    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>