Releases: grantila/suretype
Releases · grantila/suretype
v3.3.1
3.3.1 (2023-05-29)
Bug Fixes
v3.3.0
3.3.0 (2023-05-07)
Features
- extract-json-schema: Added lookup from schema object to its top-level ref name (e193c4d)
v3.2.1
3.2.1 (2023-02-26)
Bug Fixes
- types: Export missing validation result types (5f4f095)
v3.2.0
3.2.0 (2023-02-04)
Features
- deps: Bumped awesome-ajv-errors and meta-types (9551324)
v3.1.0
3.1.0 (2023-02-02)
Bug Fixes
- typings: Fixed TypeScript compilation issue (80c2b2b)
Features
v3.0.5
3.0.5 (2022-04-20)
Bug Fixes
- deps: bumped awesome-ajv-errors for handling undefined input value (a22ffff)
v3.0.4
3.0.4 (2022-04-20)
Bug Fixes
- deps: bumped awesome-ajv-errors for better numeric indices handling of json paths (11f0321)
v3.0.3
3.0.3 (2022-02-14)
Bug Fixes
- deps: bumped awesome-ajv-errors for fix when ajv gives a dot-path beginning with '[', not '.' (6a6b59f)
- prettify: don't crash when prettification fails (59e404f)
v3.0.2
3.0.2 (2022-02-10)
Bug Fixes
- pretty: bumped awesome-ajv-errors for fixed JSON path handling in edge cases (22ab4ca)
v3.0.1
3.0.1 (2022-02-09)
Bug Fixes
- typings: fixed invalid package.json 'types' (b07af02), closes #24