v0.24.0
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