petit_bibtex 6.2.0
petit_bibtex: ^6.2.0 copied to clipboard
A BibTeX parser
Changelog #
6.2.0 #
- Update petitparser to 7.0.1
6.1.4 #
- Allow non-ASCII characters in citation keys
- Allow un-delimited field value strings that are URLs (as long as the URL
doesn't contain a
,)
6.1.3 #
- Fix handling of
-in citation keys
6.1.2 #
- Allow
+in citation keys - Allow trailing comma on last field
6.1.1 #
- Initial version extracted from https://github.com/petitparser/dart-petitparser-examples.