Skip to content

Releases: typst/citationberg

Version 0.3.1

16 May 10:14
Compare
Choose a tag to compare

Fixed fallback on subsequent name options not set (#11, thanks to @AstrickHarren)

Version 0.3.0

06 Mar 15:37
Compare
Choose a tag to compare

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

06 Mar 14:41
Compare
Choose a tag to compare

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 the printing-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

24 Nov 14:36
Compare
Choose a tag to compare

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

30 Oct 23:51
Compare
Choose a tag to compare

This is the initial release of citationberg, a library for parsing CSL styles.