Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 584 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 584 Bytes

Changelog

6.0.0

  • Update to Dart 3.0 and PetitParser 6.0.
  • Cleanup usage of deprecated code.
  • Better test coverage.

5.4.0

  • Upgrade to Dart 2.19 and PetitParser 5.4.
  • Add BibTeX and RegExp examples.
  • Add XML, XPath, and BibTeX demos.

5.1.0

  • Dart 2.18 requirement.
  • Cleanup the JSON and URL parsers to be fully typed.

5.0.0

  • Dart 2.16 requirement.
  • Cleaned up dynamic typing.
  • Updates to latest version of PetitParser.
  • Added a mathematical expression example.

4.4.0