Releases: elixir-europe/biovalidator
Releases · elixir-europe/biovalidator
v2.2.1
What's Changed
- Dev by @theisuru in #62
- Merging master to dev release 2.1.1 by @theisuru in #64
- Make the biovalidator executable by @tcezard in #70
- Dev by @theisuru in #71
- Feature request - Addition of GH issue template by @M-casado in #67
- Added Biovalidator logo by @M-casado in #72
New Contributors
Full Changelog: v2.1.1...v2.2.1
v2.1.1
v2.1.0
v1.10.0
v1.9.1
This release is the first major release after deprecating the previous repository and moving code to the current repository. This repository contains a deployable and/or executable JSON Schema validator service. This validator can run as a standalone node server or as a command line application that receives validation requests and gives back it's results.
The server supports graph_restriction
, isChildTermOf
, isValidTerm
and isValidTaxonomy
keywords for ontology and taxonomy validation. Please refer to the README file for more details.
What's Changed After Repository Move
- Merge elixir validator dependency by @ke4 in #4
- Update AJV library to the latest stable version (7.2.1) by @ke4 in #5
- Add command line interface by @ke4 in #6
- Add utility function for logging to console by @ke4 in #9
- Update README file by @ke4 in #10
- add correct dockerfile and start script by @theisuru in #12
- Merge changes from DEV to MASTER by @ke4 in #13
- add biosamples test schema for docker quickstart by @theisuru in #14
- Improving the html of the server by @bedroesb in #16
- Some documentation suggestions by @bedroesb in #15
- Fixing some typos by @bedroesb in #17
- Release before publication by @bedroesb in #22
- add graph_restriction custom keyword to bio-validator by @theisuru in #21
- Preparing for the release v1.9.1 by @theisuru in #23
Full Changelog: https://github.com/elixir-europe/biovalidator/commits/v1.9.1