This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Releases: raml-org/datatype-expansion
Releases · raml-org/datatype-expansion
v0.4.0
0.3.0
$ npm install [email protected]
This version introduces a new feature:
- Added a
trackOriginalType
option toexpandedForm
to allow original types to be tracked #85
and addresses the following issues:
0.2.6
$ 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 tocanonicalForm()