Releases: appliedengdesign/cnccodes-json-schema
Releases · appliedengdesign/cnccodes-json-schema
v0.3.0
Notes
- Follow on twitter ( https://twitter.com/appliedengdes )
- Contribute!
v0.3.0 #
New Features
- BREAKING Added
remove
array property tovariant
(Now an object) for modifying JSON for which it is a variant
Fixes
- Fixed tests to provide more information if the schema is invalid
v0.2.2
v0.2.1
v0.1.0
v0.1.0 #
New Features
- Schema updated to draft 2022-06
- Updated base schema to draft 2020-12
- Added
variant
property to allow for sub-variants of MTB specific codes- Property is 3 characters minimum, 8 characters maximum, no spaces, letters & numbers only
- Added
minLength
property toshortDesc
anddesc
properties. - For array of
parameters
, addedshortDesc
andoptional
as required properties.
- Created npm package and schema can be loaded via code locally instead of via https
Other
- Updated README
- Added CHANGELOG
- Added CODE_OF_CONDUCT
- Added CONTRIBUTING
- Added SECURITY
- Updated License Copyright year
- Updated dependencies
- Added Mocha tests to validate schema work
- Added script to build docs for GH Pages.