Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 2.21 KB

Changelog

1.0.0 (2022-03-26)

Features

  • grammar: Add ANTLR4 grammar for SimpleTypeSpecifierNode parsing (8c855de)
  • spec: Add PrimitiveSpecification specifications (643991b)
  • spec: Add appendix giving credit to the specification's authors and Spec Markdown (2a23385)
  • spec: Add notes about results from the order of precedence in SimpleTypeSpecifierNode types (5a0dbfc)
  • spec: Mention ANTLR 4 grammar file in documentation (6f02691)
  • spec: Support whitespaces in SimpleTypeSpecifier values (4aa197a)
  • spec: Various enhancements to the specification (6b72400)

Bug Fixes

  • spec: Fix MessageSpecification grammar definition (e0555a6)
  • spec: Fix prettier issues (600da85)
  • spec: Fix typos and optimize wording (a823b84)
  • spec: Fix various small issues (8c858bf)
  • spec: Specify order of precedence for SimpleTypeSpecifierNode (0b81a95)