Skip to content

Releases: skunkteam/types

v4.3.0

16 Jun 10:05
8d3f17f
Compare
Choose a tag to compare

4.3.0 (2023-06-16)

Features

  • support TypeScript up to version 5.1.3 (#73) (8d3f17f)

v4.2.0

23 Jun 09:19
4c61376
Compare
Choose a tag to compare

4.2.0 (2022-06-23)

Features

v4.1.0

02 Jun 14:40
Compare
Choose a tag to compare

4.1.0 (2022-06-02)

Bug Fixes

  • disregard discriminators with overlapping domains (bff9e25)

Features

  • improved error diagnostic and message with keyof (ba8fcad)
  • support discriminators with multiple possible literal values (bf0d32b)

v4.0.4

07 Dec 13:40
8474b44
Compare
Choose a tag to compare

4.0.4 (2021-12-07)

Bug Fixes

  • merging of number configs; where some properties could not be overwritten in specific cases (#57) (8474b44)

v4.0.3

22 Oct 15:27
71ee8ad
Compare
Choose a tag to compare

4.0.3 (2021-10-22)

Bug Fixes

  • better multipleOf detection algorithm with arbitrary precision (#55) (71ee8ad)

v4.0.2

27 Sep 09:01
97b61e9
Compare
Choose a tag to compare

4.0.2 (2021-09-27)

Bug Fixes

v4.0.1

21 Sep 07:36
c7d4b24
Compare
Choose a tag to compare

4.0.1 (2021-09-21)

Bug Fixes

  • remove confusing "base type" annotations in error messages (#53) (4d5cb26)

v4.0.0

20 Sep 18:20
892db13
Compare
Choose a tag to compare

4.0.0 (2021-09-20)

Features

  • more configuration options for several types (#50) (d63f2cf)

BREAKING CHANGES

  • Extensive changes to public API to enable new features. Upgrades should be effortless though.

v3.1.1

29 Jun 11:54
5263475
Compare
Choose a tag to compare

3.1.1 (2021-06-29)

Bug Fixes

  • partial fix for type inference when accepting specialized validator in function (#43) (5263475)

v3.1.0

29 Jun 09:48
9498eea
Compare
Choose a tag to compare

3.1.0 (2021-06-29)

Features

  • update all deps to latest, ensure TypeScript compatibility with 4.3.x (#42) (9498eea)