Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.18 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]

v1.0.5 - 2022-12-20

Added

  • Add support for Python 3.11

v1.0.4 - 2022-07-14

Fixed

  • Moved unnecessary Hypothesis dependency to dev dependency.

v1.0.3 - 2022-06-13

Added

  • Add support for Python 3.8.

v1.0.2 - 2022-06-13

Added

  • Add support for Python 3.10.

v1.0.1 - 2021-05-15

Added

  • Add support for strings, numbers, booleans and null primitive types.
  • Add support for array and object structural types.
  • Add support for space, tab, carriage and return whitespace.