Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • This CHANGELOG file.
  • End point county/code/{code}.
  • End point county/gridref/{gridref}.
  • id_difficulty to /verify response.
  • result to /verify and /validate response. This contains a string of ['pass'|'warn'|'fail'].

Changed

  • /validate and /verify to raise errors on taxon name/tvk of ''.
  • /validate to always returns sref.gridref.
  • /validate to return vc assignment if vc not provided.
  • /rules/update_result to have progress indicator, rules_updating_now.
  • /verify id_difficulty to be an integer rather than a list. The highest value rather than all values.
  • /verify messages to include list of tests run.

Fixed

Removed

  • id_difficulty from /validate response.
  • ok from /verify and /validate response

[1.0.0]

First release