Skip to content

Releases: AssemblyScript/assemblyscript

v0.14.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 00:35
46c06da

0.14.2 (2020-07-22)

Bug Fixes

  • Fix assertion when a class extends and implements (#1403) (46c06da)

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 00:36
2f9673b

0.14.1 (2020-07-20)

Bug Fixes

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 00:35
7de4745

0.14.0 (2020-07-17)

Bug Fixes

  • Add a node representing an omitted expression (#1394) (f131785)

chore

  • Rename anyref to externref to match proposal change (#1319) (0234c8b)

Features

BREAKING CHANGES

  • Functions are now represented by a managed Function object, and are no longer just function table indexes under the hood. As such, returning a function reference to JS now returns a memory address. External functions imported as part of the function table can be called by index with the re-added call_indirect builtin, but typical AS functions must now be called idiomatically.
  • The anyref type has been renamed to externref and support for externref null values has been temporarily disabled.

v0.13.8

Choose a tag to compare

@github-actions github-actions released this 16 Jul 00:34
1b38b2a

0.13.8 (2020-07-16)

Bug Fixes

  • Respect outFile when detecting no output in asc (#1391) (1b38b2a)
  • Restrict leading zero before decimal separator (#1389) (ec86d41)

v0.13.7

Choose a tag to compare

@github-actions github-actions released this 14 Jul 00:34
8941652

0.13.7 (2020-07-14)

Features

  • Support separators in floating point literals (#1385) (8941652)

v0.13.6

Choose a tag to compare

@github-actions github-actions released this 11 Jul 00:34
3f97e1a

0.13.6 (2020-07-11)

Bug Fixes

  • Fix incorrect callback return when validating modules in asc (#1383) (3f97e1a)

v0.13.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:34
1d86695

0.13.5 (2020-07-10)

Bug Fixes

v0.13.4

Choose a tag to compare

@github-actions github-actions released this 08 Jul 00:33
4fd9c29

0.13.4 (2020-07-08)

Bug Fixes

  • Do not serialize ? on optional parameters with initializer in ASTBuilder (#1377) (4fd9c29)

v0.13.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 00:34
68db679

0.13.3 (2020-07-05)

Bug Fixes

  • Support separating interface members with commas (#1375) (68db679)

v0.13.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:32
ed1cd09

0.13.2 (2020-07-03)

Bug Fixes

  • Emit text format before converting to JS (#1372) (ed1cd09)

Features

  • Improve pass pipeline when flattening code (#1368) (2a29cab)
  • Support lazy global and function exports (#1371) (af3b489)