Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.07 KB

File metadata and controls

50 lines (29 loc) · 1.07 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.

Added

  • ...

Changed

  • ...

Deprecated

  • ...

Removed

  • ...

Fixed

  • ...

v0.2.0 - 2025-08-15

Added

  • collections to define collection-level only or feature-level only properties
  • 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
  • Schema is more strict to catch more invalid schemas

v0.1.0 - 2024-04-10

  • First release