Skip to content

Releases: AssemblyScript/assemblyscript

v0.13.5

10 Jul 00:34
1d86695
Compare
Choose a tag to compare

0.13.5 (2020-07-10)

Bug Fixes

v0.13.4

08 Jul 00:33
4fd9c29
Compare
Choose a tag to compare

0.13.4 (2020-07-08)

Bug Fixes

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

v0.13.3

05 Jul 00:34
68db679
Compare
Choose a tag to compare

0.13.3 (2020-07-05)

Bug Fixes

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

v0.13.2

03 Jul 00:32
ed1cd09
Compare
Choose a tag to compare

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)

v0.13.1

02 Jul 00:33
36c706d
Compare
Choose a tag to compare

0.13.1 (2020-07-02)

Bug Fixes

  • Handle strict field initialization in inlined ctors (#1369) (36c706d)

v0.13.0

01 Jul 00:34
57a55d3
Compare
Choose a tag to compare

0.13.0 (2020-07-01)

BREAKING CHANGES

  • Instance fields not definitely assigned within the constructor now yield an error, unless the field's name is annotated with a trailing ! (checked at runtime), is of a nullable or is of a value type (initialized to zero). Fields of non-nullable reference types must be assigned before this is either implicitly or explicitly returned from the constructor, passed to another function or another instance method is called on this. Overall the behavior is similar to, but not exactly the same as --strictPropertyInitialization in TypeScript.

v0.12.5

27 Jun 00:27
e950f9b
Compare
Choose a tag to compare

0.12.5 (2020-06-27)

Bug Fixes

v0.12.4

26 Jun 00:27
40440f7
Compare
Choose a tag to compare

0.12.4 (2020-06-26)

Bug Fixes

v0.12.3

19 Jun 00:26
52850bc
Compare
Choose a tag to compare

0.12.3 (2020-06-19)

Bug Fixes

  • Fix assertion when trying to inline virtual (super) calls (#1346) (47a2af0)

v0.12.2

18 Jun 00:26
3163abb
Compare
Choose a tag to compare

0.12.2 (2020-06-18)

Features

  • Add options merge algorithm for use by asconfig (#1343) (3163abb)