This repository was archived by the owner on Jan 4, 2022. It is now read-only.
Dash Platform Protocol v0.14.0
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
andupdatedAt
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