Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 1.7 KB

Changelog

Development

(2024-12-11)

  • Add publiccode.yml.
  • Update company information.
  • Fix Github Workflow (CI/CD).

(2023-05-22)

  • Define extension's version string in VERSION, make it available as ckanext.validationapi.__version__ and in setup.py.

(2023-01-23)

  • Fix codecov configuration and add badge.
  • Run tests on pushes, but not on pushing tags.
  • Some improvements to documentation.
  • Remove some empty folders.

(2021-12-03)

  • Convert from Python 2 to Python 3.
  • Switch routing from IRoutes (Pylons) to IBlueprint (Flask).
  • Switch testing framework from Nose to Pytest.
  • This is the first version that requires Python 3 / CKAN >= 2.9.

(2018-11-07)

  • Introduced specific error classes with codes.
  • Changed response format for errors: there is now an error attribute, containing an object with message and code attributes.
  • Unit tests added.
  • This is the last version that works with Python 2 / CKAN < 2.9.

(2018-11-06)

  • Small formatting fixes, mainly in documentation.

(2018-11-02)

  • First functional version of the validation API.