Skip to content

1.6.2

Compare
Choose a tag to compare
@rikukissa rikukissa released this 22 May 16:25
· 14 commits to main since this release

[1.6.2] - 2021-05-22

Fixed

  • Fixes null values marking fields as optional. [{"foo": null}, {"foo": 2}] now generates a type {foo: null | number}[] and not {foo?: number}[] like it used to. Should fix #14