1.9.18
digitaldogsbody
released this
11 Oct 16:41
·
105 commits
to master
since this release
Bugfix release to address issues with identifiers and relatedItems handling.
- Fixes normalization behavior that erroneously normalized some nameIdentifiers by concatenating schemeUri and nameIdentifier.
- Normalizes ROR nameIdentifiers.
- Non-URL funder identifiers are now correctly normalized and included.
- relatedItems no longer errors when some optional properties are missing.
- relatedItems no longer creates blank elements for optional properties when they have no supplied value.
What's Changed
- Including a schemeURI with a nameIdentifier that is a URL will concat… by @codycooperross in #137
- Fixes normalization behavior that omitted non-URL funding identifiers when reading from DataCite XML. Adds normalization for Crossref Funder ID and ROR funderIdentifierTypes. by @codycooperross in #143
- Fix relatedItems handling by @digitaldogsbody in #144
New Contributors
- @codycooperross made their first contribution in #137
- @digitaldogsbody made their first contribution in #144
Full Changelog: 1.9.17...1.9.18