Releases: typst/biblatex
Releases · typst/biblatex
Version 0.10.0
Version 0.9.3
Fix bug of version 0.9.2 where all ranges with double and triple hyphen had one element
Version 0.9.2
- Added support for BibLaTeX’ extended name format (typst/typst#1418)
- Shy hyphens are now discarded instead of printing their command (#50)
- Double and triple hyphens now print en and em dashes, respectively (#49)
Thanks to @quachpas for contributing to this release!
Version 0.9.1
This release bumps the strum
dependency to update syn
to version 2.
0.9.0
- Breaking change: The variants
MissingNumber
andYearZeroCE
have been added to theTypeErrorKind
enum. - Breaking change:
TypeErrorKind
andParseErrorKind
are now non-exhaustive. - More characters are allowed in entry keys (#33). Thank you, @zepinglee!
- More LaTeX commands for special characters are recognized (#40).
- Whitespaces now collapse to a single space (#41).
- Years can now be specified with less than four numbers as well as the CE/AD and BCE/BC era markers in the year fields (#45, typst/hayagriva#81).
- Error messages for empty fields now use correct spans (typst/typst#2751).
0.8.1
This release
- makes field keys case insensitive (thanks to @violetfauna)
- adds support for multiline authors fields (thanks to @yuxqiu)
- fixes commands involving circumflex and combining tilde (thanks to @pjhuxford)
- drops the dependency on chrono
- normalizes newlines in field values to spaces
- fixes a panic with empty dates