Releases: skunkteam/types
Releases · skunkteam/types
v4.3.0
4.3.0 (2023-06-16)
Features
- support TypeScript up to version 5.1.3 (#73) (8d3f17f)
v4.2.0
4.2.0 (2022-06-23)
Features
v4.1.0
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
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
4.0.3 (2021-10-22)
Bug Fixes
- better multipleOf detection algorithm with arbitrary precision (#55) (71ee8ad)
v4.0.2
4.0.2 (2021-09-27)
Bug Fixes
v4.0.1
4.0.1 (2021-09-21)
Bug Fixes
- remove confusing "base type" annotations in error messages (#53) (4d5cb26)
v4.0.0
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
3.1.1 (2021-06-29)
Bug Fixes
- partial fix for type inference when accepting specialized validator in function (#43) (5263475)
v3.1.0
3.1.0 (2021-06-29)
Features
- update all deps to latest, ensure TypeScript compatibility with 4.3.x (#42) (9498eea)