- Breaking change: The API for archived styles has changed.
- Breaking change: The name of the GB/T 7714 family of styles have been corrected to
gb-7714-...fromgb-7114-.... - Breaking change: The reexported
TypeErrorKindandParseErrorKindenums inbiblatexhave added variants and become non-exhaustive. - Date parsing will not panic anymore (typst/typst#2553).
- Anthos entries now properly recognize their parent (#72, typst/typst#2572). Thanks, @zepinglee!
- Proceedings titles will now be printed correctly (#78). Thanks, @vtta!
- Citation numbers will now collapse if the style requests it.
- Escaping in format and chunked strings now works (typst/typst#2669).
- The old behavior of the alphanumeric style has been restored.
- Bibliographies now forcibly print the alphanumeric
citation-labelinstead of thecitation-numberif the cite only printed the former (and vice-versa; typst/typst#2707). - We dropped the dependency on
rkyvin favor of code generation in a test. This should resolve runtime problems on some platforms. - The retrieval of the volume variable is now more robust (#82). Thanks, @mpmdean!
- Fixed delimiter order for contributors (#73). Thanks, @zepinglee!
- Page ranges can now be strings (#83).
- Page ranges will now use the correct delimiter, even if printed with
cs:text - Fixed a bug with the suppression of empty groups (typst/typst#2548).
- Bumped
citationbergto solve a CSL locale fallback issue that affected typst/typst#2548 - Bumped the
biblatexcrate to 0.9.0 to fix BibLaTeX parsing bugs (e.g. typst/biblatex#41, typst/biblatex#33, typst/biblatex#40, typst/typst#2751, #81)