·
65 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
@kubb/adapter-oas
Features
-
Let
dateTypesetdate-time,date, andtimeindependently, instead of one value driving all threePass an object to represent timestamps as a JS
Datewhile keeping date-only and time-only fields as strings, sinceDatecannot round-trip those without inventing a timezone.adapterOas({ dateType: { dateTime: 'date', date: 'string', time: 'string', }, })
The scalar form (
dateType: 'date') still applies one value to all three formats. (#3957,9fca8e9)
Bug Fixes
- Explicit
typesfields for each package.jsonexportsentry, so that it works with tsconfig.jsonmoduleResolution: 'bundler'(#3964,be4cd17)
Contributors
Thanks to everyone who contributed to this release: