Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Releases: raml-org/datatype-expansion

v0.4.0

08 May 06:49
Compare
Choose a tag to compare
  • Updated dependencies
  • Dropped Node 6, 8 support

0.3.0

09 Feb 18:50
Compare
Choose a tag to compare
$ npm install [email protected]

This version introduces a new feature:

  • Added a trackOriginalType option to expandedForm to allow original types to be tracked #85

and addresses the following issues:

  • minType error incompatible types: [object, [object Object]] #86
  • minType union handling does not preserve non-functional facets #88
  • Remove invalid canonicalization rule 3.4: hoisting unions out of array items #93

0.2.6

05 Dec 19:06
Compare
Choose a tag to compare
$ npm install [email protected]

This version addresses the following issues:

  • Canonicalization can include properties in union #81
  • Canonicalized unions have extraneous additionalProperties #78
  • Several fixes around inheritance #80
  • Allow union hoisting to be disabled in canonicalization #83 -> added a hoistunions option to canonicalForm()