Skip to content

2.0.0-draft.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@zkat zkat released this 29 Nov 07:14
· 35 commits to main since this release
2.0.0-draft.5
76a1de5

What's changed

  • Equals signs other than = are no longer supported in properties.
  • 128-bit integer type annotations have been added to the list of "well-known"
    type annotations.
  • Multiline string escape rules have been tweaked significantly.
  • \s is now a valid escape within a string, representing a space character.
  • Slashdash (/-)-compatible locations and related grammar adjusted to be more
    clear and intuitive. This includes some changes relating to whitespace,
    including comments and newlines, which are breaking changes.
  • Various updates to test suite to reflect changes.

Full Changelog: 2.0.0-draft.4...2.0.0-draft.5