Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

70 lines (51 loc) · 1.64 KB

Changelog

0.4.0 - 2022-10-24

Compare to v0.3.0

Added

  • Added fields to these nonterminals:
    • adt_branch
    • adt_constructor
    • atom
    • component_init
    • component_type
    • contains
    • directive
    • directive
    • fact
    • functor_call
    • functor_decl
    • match
    • query_plan
    • relation_decl
    • relation_decl
    • type_record

Changed

  • Hid the following nonterminals:
    • adt_branch
    • argument
    • constraint
    • directive_qualifier
    • directive_value
    • relation_qualifier
    • rule
    • type_decl
    • unary_operator

Fixed

  • Fixed parsing of legacy type declarations

0.3.0 - 2022-10-21

Compare to v0.2.0

  • v0.1.0 on crates.io actually corresponded to v0.2.0 in this repo. Now fixed.

0.2.0 - 2022-10-21

Compare to v0.1.0

Added

  • Added fields to Cargo.toml to support publishing to crates.io

0.1.0 - 2022-10-21

First release!