Release notes for FAIRtracks v1.0.2
FAIRtracks schema bug-fixes:
- Absolute to relative references throughout: Fixes fairtracks/fairtracks_validator#8
BLUEPRINT bug-fixes:
- Fixed
assembly_id
values
The following improvements are not considered features in relation to the FAIRtracks standard as such, so only a bugfix bump in version:
Documentation improvements:
- Updated to newest version of https://github.com/adobe/jsonschema2md
- Local fork of
jsonschema2md
includes fixes for relative references and other bugfixes: https://github.com/fairtracks/jsonschema2md. Not yet integrated to upstream repo due to Open Source-unfriendly licensing issues at Adobe (they require contributors to sign a CLA that is practically difficult to sign for academic employees): adobe/jsonschema2md#231 - Added titles to all JSON Schema properties
- Some smaller documentation improvements
Dependency improvements:
- All Node.js dependencies updated
Release/dev workflow improvements:
- Automatic validation checks in GitHub
- Version updates are automatically incorporated in JSON schemas and examples based on
version.ini
config file, including the generation ofREADME.md