Skip to content

v0.24.0

Compare
Choose a tag to compare
@komu komu released this 21 Nov 10:22
· 4 commits to main since this release

What's Changed

  • Incubating support for branded primitive types.
  • Stricter typing in the runtime library.
  • Remove Dictionary in generated TypeScript code and replace uses with Record<string, T>. This will probably
    not affect you unless you have imported Dictionary (in which case you can define your own alias with
    type Dictionary<T> = Record<string, T>).

Full Changelog: v0.23.1...v0.24.0