Skip to content

Releases: grantila/suretype

v3.3.1

29 May 22:11
35809f8
Compare
Choose a tag to compare

3.3.1 (2023-05-29)

Bug Fixes

v3.3.0

07 May 08:14
e193c4d
Compare
Choose a tag to compare

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

26 Feb 09:09
ed1d35b
Compare
Choose a tag to compare

3.2.1 (2023-02-26)

Bug Fixes

  • types: Export missing validation result types (5f4f095)

v3.2.0

04 Feb 17:28
9551324
Compare
Choose a tag to compare

3.2.0 (2023-02-04)

Features

  • deps: Bumped awesome-ajv-errors and meta-types (9551324)

v3.1.0

02 Feb 23:28
2508cd9
Compare
Choose a tag to compare

3.1.0 (2023-02-02)

Bug Fixes

  • typings: Fixed TypeScript compilation issue (80c2b2b)

Features

v3.0.5

20 Apr 17:12
a22ffff
Compare
Choose a tag to compare

3.0.5 (2022-04-20)

Bug Fixes

  • deps: bumped awesome-ajv-errors for handling undefined input value (a22ffff)

v3.0.4

20 Apr 14:19
11f0321
Compare
Choose a tag to compare

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

14 Feb 21:49
6a6b59f
Compare
Choose a tag to compare

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

10 Feb 00:26
22ab4ca
Compare
Choose a tag to compare

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

09 Feb 11:29
de7a072
Compare
Choose a tag to compare

3.0.1 (2022-02-09)

Bug Fixes

  • typings: fixed invalid package.json 'types' (b07af02), closes #24