Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Latest commit

 

History

History
48 lines (27 loc) · 982 Bytes

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 982 Bytes

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.

Added

  • ...

Changed

  • ...

Deprecated

  • ...

Removed

  • ...

Fixed

  • ...

Added

  • patternProperties, minProperties and maxProperties for the object data type
  • contains for the array data type
  • geometryTypes for the geometry data type

Changed

  • Data type object requires any of properties, patternProperties or additionalProperties instead of requiring always properties

v0.1.0 - 2024-04-10

  • First release