Recent Releases of biovalidator
biovalidator - v2.2.1
What's Changed
- Dev by @theisuru in https://github.com/elixir-europe/biovalidator/pull/62
- Merging master to dev release 2.1.1 by @theisuru in https://github.com/elixir-europe/biovalidator/pull/64
- Make the biovalidator executable by @tcezard in https://github.com/elixir-europe/biovalidator/pull/70
- Dev by @theisuru in https://github.com/elixir-europe/biovalidator/pull/71
- Feature request - Addition of GH issue template by @M-casado in https://github.com/elixir-europe/biovalidator/pull/67
- Added Biovalidator logo by @M-casado in https://github.com/elixir-europe/biovalidator/pull/72
New Contributors
- @tcezard made their first contribution in https://github.com/elixir-europe/biovalidator/pull/70
Full Changelog: https://github.com/elixir-europe/biovalidator/compare/v2.1.1...v2.2.1
- JavaScript
Published by theisuru about 2 years ago
biovalidator - v2.1.1
Removes depricated and vulnerable packages: replace request, request-promise and bluebird with axios
- JavaScript
Published by theisuru about 3 years ago
biovalidator - v2.1.0
Release v2.1.0
- Introduce new keyword isValidIdentifier.
- Introduce cache hadnling API and improvements to caching.
- General code improvements.
- JavaScript
Published by theisuru about 3 years ago
biovalidator - v1.10.0
v1.10.0
This release contain new features and performance enhancements.
New features
- Add --ref argument to include local schema directory
- Add option to have a base_path when running as a server
- Draft 2019-09 support
- JavaScript
Published by theisuru almost 4 years ago
biovalidator - 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 https://github.com/elixir-europe/biovalidator/pull/4
- Update AJV library to the latest stable version (7.2.1) by @ke4 in https://github.com/elixir-europe/biovalidator/pull/5
- Add command line interface by @ke4 in https://github.com/elixir-europe/biovalidator/pull/6
- Add utility function for logging to console by @ke4 in https://github.com/elixir-europe/biovalidator/pull/9
- Update README file by @ke4 in https://github.com/elixir-europe/biovalidator/pull/10
- add correct dockerfile and start script by @theisuru in https://github.com/elixir-europe/biovalidator/pull/12
- Merge changes from DEV to MASTER by @ke4 in https://github.com/elixir-europe/biovalidator/pull/13
- add biosamples test schema for docker quickstart by @theisuru in https://github.com/elixir-europe/biovalidator/pull/14
- Improving the html of the server by @bedroesb in https://github.com/elixir-europe/biovalidator/pull/16
- Some documentation suggestions by @bedroesb in https://github.com/elixir-europe/biovalidator/pull/15
- Fixing some typos by @bedroesb in https://github.com/elixir-europe/biovalidator/pull/17
- Release before publication by @bedroesb in https://github.com/elixir-europe/biovalidator/pull/22
- add graph_restriction custom keyword to bio-validator by @theisuru in https://github.com/elixir-europe/biovalidator/pull/21
- Preparing for the release v1.9.1 by @theisuru in https://github.com/elixir-europe/biovalidator/pull/23
Full Changelog: https://github.com/elixir-europe/biovalidator/commits/v1.9.1
- JavaScript
Published by theisuru over 4 years ago