petit_bibtex 6.1.1
petit_bibtex: ^6.1.1 copied to clipboard
A BibTeX parser
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.
6.1.1 #
- Initial version extracted from https://github.com/petitparser/dart-petitparser-examples.