Skip to content

v0.81.0

Choose a tag to compare

@joshmossas joshmossas released this 06 Dec 04:56
· 22 commits to master since this release

What's Changed

Typescript

  • BREAKING [ts-codegen] new Date(0) is now the fallback value for timestamps instead of new 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 of DateTime.now()

Merged PRs

Full Changelog: v0.80.3...v0.81.0