github AssemblyScript/assemblyscript v0.13.0

latest releases: v0.26.7, v0.26.6, v0.26.5...
3 years ago

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.

Don't miss a new assemblyscript release

NewReleases is sending notifications on new releases.