Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 1.02 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-03-19

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

v0.1.0 - 2024-04-10

  • First release