v17.0.0
·
206 commits
to master
since this release
Breaking Changes
- callingCode values have changed to meet the pattern requirements, and a region property has been added. currencyCodes are now all given scalar values. All enum values changed to uppercase.
Features
- Include enum item data in generated markdown. Fix test types where enum values where still lowercase.
- Enum typess can now define a json schema for a data object that is attached to each enum type item. The jsonotron engine checks the data objects on each enum type item.
- Implemented graphql generation with standard and Editing version.
Fixes
- Make dataJsonSchema optional.
- Enum type item values are now restricted to values that can be represented as symbols in most programming languages.