Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 567 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 567 Bytes

Changelog

1.0.0-rc.2 (2022-07-06)

  • Add namespace forms

1.0.0-rc.1 (2022-07-05)

  • Reintroduce constructor call Syntax
  • Refine allowed Reader Tags
  • Make skip-next-form play well with prefixed expressions

1.0.0-rc.0 (2022-06-30)

  • Upgrade to Lezer parser to v1.0.0
  • Remove constructor call syntax
  • Improve char detection (#17)

0.1.10 (2020-12-07)

  • Upgrade Lezer to v0.13
  • Extend grammar to include more #-prefixed expressions (#5)
  • Deflike expressions with metadata
  • Operator for first element in a list

0.1.0 (2020-10-20)

  • First release