Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

6.1.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 17 Jul 14:23
· 42 commits to master since this release
f9d2883

Version 6.1.0 contains the following changes:

  • Adds support for setting isGroup on DataElements
  • Enforces the following rules around types:
    • An Entry's parent must be an Entry or Abstract
    • An Element's parent must be an Element
    • A Group's parent must be a Group
    • An Abstract's parent must be an Abstract
    • An Element can only declare or constrain a Value; it cannot declare or constrain Propertys
    • An Element cannot redeclare a Value if it has a parent; it must constrain Value instead
    • A non-Element can only declare or constrain Propertys; it cannot declare or constraint Values