2.1.4 (2022-01-03)
- remove github release as it contains hundreds of files and slows down ci (b0bf42f)
2.1.3 (2022-01-03)
- use circleci status badge (aa98336)
2.1.2 (2022-01-03)
- add .npmrc file (b414d92)
2.1.1 (2022-01-03)
- avoid silent release fail (2820a42)
2.1.0 (2022-01-03)
- use ci env variable instead of disabling husky (26781c9)
- add github release in semantic-release config file (4acd318)
2.0.0 (2022-01-03)
- circleci config (32ef0a1)
- circleci node version (2424cfe)
- circleci node version (47bde29)
- schema url 404 (e8b1f2c), closes #18
- skip hooks in ci (aa1eb6f)
- Use most recent JSON schema draft version (2020-12)
1.4.2 (2020-05-28)
- Changed enum type to string (ccfd786)
- Removed custom
format
for compatibility with validators (804d529) - Removed custom
format
in hardcoded schemas (a130ffc) - Removed obsolete snapshots (8f0bfcf)
- Use the correct ID in
$ref
(9f4aa4f)
1.4.1 (2020-05-22)
- Allowed any
@type
value on the root schema (e24049d)
1.4.0 (2020-05-22)
- Added required
@type
property (cf09e56) - Added support for single values in addition to arrays (dcbb428)
- sort parents and property types (d93f16a)
1.3.0 (2020-05-19)
- sort properties to avoid confusing diff (cadd369)
1.2.0 (2020-05-13)
- use anyOf instead of oneOf keyword for array items' type (3b9f5eb)
- do not add multiplicity when type is boolean (bff9801)
1.1.1 (2020-05-12)
- use native data types properly (b2e53fc)
1.1.0 (2020-05-11)
- hardcode quantities (8367073)
- initial release (cc67982)