Releases: acdh-oeaw/arche-biblatex
Releases · acdh-oeaw/arche-biblatex
Allow overriding entry type and citation key
1.6.0 Allow overriding entry type and citation key and extend the README
CI/CD addded
1.5.4 CI/CD fixes
Bugfixes
Change src:topCollection behavior
src: topCollection/parent
now takes the value from an already formated topCollection/parent's biblatex which assures consistency with biblatex generated for them- arche-lib bumped to 2
- bibtex/biblatex naming convention standardized to biblatex
Drop ability to overwrite the whole output from a metadata property
1.4.0 Drop ability to overwrite the whole output from the metadata property
"person" mapping type enhancement
The person
mapping type falls back to a title property now when first and last name can't be found.
Overriding automatically generated entries allowed
- If the repository resource's metadata contains
cfg.biblatexProperty
property, it's parsed as a BibLaTeX and fields defined in it overwrite automatically generated ones. - If the
override
query parameter is provided, it's parsed as a BibLaTeX and fields defined in it overwrite automatically generated ones.
Remarks:
- Overrides are applied in above-mentioned order.
- BibLaTeX entry type and id are skipped (don't overwrite automatically generated ones).
- A short syntax is allowed skipping the entry type and id, e.g.
author = {foo, bar}
Allow limiting type=url value to a selected namespace
1.1.0 Allow limiting type=url to a selected namespace
Bugfixes
Initial release
1.0.0 Fetching resource labels added