Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Dash Platform Protocol v0.14.0

Compare
Choose a tag to compare
@shumkov shumkov released this 22 Jul 18:26
· 175 commits to master since this release
d6839e8

Bug Fixes

  • missing indexed string property constraint validation (#196)
  • error when the indexed field has an undefined value (#194)
  • conflicting schema ids in AJV cache (#187)

Features

  • add createdAt and updatedAt timestamps to Document (#192)
  • disable unsupported JSON Schema conditions (#193)

Documentation

  • readme standard updates (#189)

BREAKING CHANGES

  • Indexed strings should have maxLength constraint not greater than 1024 chars
  • JSON Schema conditions (allOf, if, ...) are not allowed in Document JSON Schema