Skip to content

Releases: elixir-europe/biovalidator

v2.2.1

27 Feb 16:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.1

v2.1.1

28 Mar 08:54
Compare
Choose a tag to compare

Removes depricated and vulnerable packages: replace request, request-promise and bluebird with axios

v2.1.0

20 Feb 16:06
f3329bf
Compare
Choose a tag to compare

Release v2.1.0

  • Introduce new keyword isValidIdentifier.
  • Introduce cache hadnling API and improvements to caching.
  • General code improvements.

v1.10.0

07 Jun 08:50
c4d86a7
Compare
Choose a tag to compare

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

v1.9.1

28 Oct 13:33
786d797
Compare
Choose a tag to compare

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