v0.81.0
What's Changed
Typescript
- BREAKING [ts-codegen]
new Date(0)is now the fallback value for timestamps instead ofnew Date() - [ts-server] fallback to non-compiled validators in environments that do not allow eval (e.g. cloudflare workers, edge functions)
Dart
- BREAKING [dart-codegen]
DateTime(0)is now the fallback value for timestamps instead ofDateTime.now()
Merged PRs
- chore: update libs by @joshmossas in #180
- refactor: dart and ts make datetime parsing treat Date(0) as the default by @joshmossas in #183
- feature: fallback to runtime validation if a.compile fails by @joshmossas in #185
- chore: update ts libs by @joshmossas in #186
Full Changelog: v0.80.3...v0.81.0