This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
6.1.0
Version 6.1.0 contains the following changes:
- Adds support for setting
isGroup
onDataElement
s - Enforces the following rules around types:
- An
Entry
's parent must be anEntry
orAbstract
- An
Element
's parent must be anElement
- A
Group
's parent must be aGroup
- An
Abstract
's parent must be anAbstract
- An
Element
can only declare or constrain aValue
; it cannot declare or constrainProperty
s - An
Element
cannot redeclare aValue
if it has a parent; it must constrainValue
instead - A non-
Element
can only declare or constrainProperty
s; it cannot declare or constraintValue
s
- An