Skip to content

v1.9.1

Compare
Choose a tag to compare
@theisuru theisuru released this 28 Oct 13:33
· 130 commits to main since this release
786d797

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