Releases: typst/citationberg
Releases · typst/citationberg
Version 0.4.0
Version 0.3.1
Fixed fallback on subsequent name options not set (#11, thanks to @AstrickHarren)
Version 0.3.0
Breaking change: The XmlError
type reexports quick-xml
which has been breakingly updated.
Hint for the unsuspecting reader: Remember to bump your dependencies before doing a release.
Version 0.2.0
Breaking change: NameOptions::is_suppressed
now takes a fourth, boolean argument that indicates whether the name is printed in an initial or subsequent citation.
- Fix issues with et. al. shortening
- Fix rendering of Chicago-style page ranges
- Fix parsing of
givenname-disambiguation-rule
in CSL - Add the alias
printing
to theprinting-number
CSL variable - Fix a panic that occurred when formatting page ranges
Thanks to @DerDrodt and @kianmeng for contributing to this release!
Version 0.1.1
The Locale::term
function will now return Some
, even if the term within is empty. This allows styles to suppress terms.
Version 0.1.0
This is the initial release of citationberg
, a library for parsing CSL styles.