Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

54 lines (28 loc) · 1.28 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]

Removed

  • Removed Python 3.7 and 3.8 support, as they aren't supported any more

[0.5.0] - 2023-09-22

Added

  • Process anyOf and allOf and well as oneOf #28
  • When codelist is used on an array, the enum is set for items in that array

Removed

  • Removed Python 3.5 and 3.6 support, as they aren't supported any more

[0.4.0] - 2021-07-30

Added

  • Can pass schema to Python class as well as filename

[0.3.0] - 2021-01-27

Added

  • Codelist feature #2

Changes

  • Specify a minimum Python version, and set that to be 3.5

[0.2.0] - 2020-07-07

Fixed

  • Corrected Spelling of package name in setup.py

[0.1.0] - 2019-08-04

Added

  • Preserve title and description when processing refs feature
  • Set additional properties false everywhere option #3