Skip to content

Releases: AssemblyScript/assemblyscript

v0.28.10

10 Mar 03:26
52b9533

Choose a tag to compare

Bug fixes

Other

  • chore: use OIDC for npm publishing (#2990) (52b9533)
  • chore: bump minimatch from 3.1.2 to 3.1.5 (#2986) (459b239)
    Signed-off-by: dependabot[bot] support@github.com
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • chore: use node v24 for c8 coverage test (#2985) (7dcf1cb)
  • chore: bump glob from 10.4.5 to 10.5.0 (#2963) (3daa41b)
    Signed-off-by: dependabot[bot] support@github.com
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • chore: remove 21-v8-canary requirement for feature test (#2962) (df14d43)
  • chore: bump js-yaml from 4.1.0 to 4.1.1 (#2960) (14d7e5a)
    Signed-off-by: dependabot[bot] support@github.com
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • chore: remove baseUrl from std/assembly.json (#2958) (550190c)
    Fixes a crash of tsgolint when used in a project where AssemblyScript is present.
  • chore: friendly initial test in asinit (#2955) (282b7e8)

v0.28.9

18 Oct 01:40
8257b1c

Choose a tag to compare

New features

Other

  • chore: fix wrong float test (#2952) (6087191)
  • chore: refactor builtin type resolving to builtins.ts (#2951) (7322bfc)
  • chore: refactor unary postfix code emitter to reduce nested tostack (#2949) (ade022e)

v0.28.8

13 Sep 01:36
50bf2b7

Choose a tag to compare

New features

  • add [key: i32]: string to String type definition (#2939) (50bf2b7)

v0.28.7

09 Sep 01:46
9b5b78d

Choose a tag to compare

Bug fixes

  • simplify && and || when the LHS is constant (#2947) (9b5b78d)

v0.28.6

06 Sep 01:41
9664c5b

Choose a tag to compare

New features

  • optimize string literal tostack behavior (#2945) (9664c5b)

v0.28.5

30 Aug 01:41
7e2a62d

Choose a tag to compare

Bug fixes

v0.28.4

06 Aug 02:08
6cd638e

Choose a tag to compare

Bug fixes

  • make asinit exit if package.json has a "type" not equal to "module" (#2938) (6cd638e)

Other

  • chore: refactor ensureConstructor with CommonNames instead of raw string (#2935) (69cc1cb)

v0.28.3

12 Jul 02:02
ef01f2b

Choose a tag to compare

Bug fixes

v0.28.2

04 Jun 01:56
3defefd

Choose a tag to compare

New features

Bug fixes

  • allow using nullable strings in template literals (#2928) (4e5fe9c)

Other

v0.28.1

30 May 01:51
44b658d

Choose a tag to compare

Bug fixes

  • use Object.setPrototypeOf in JS bindings (#2922) (44b658d)