Releases: runeh/json-to-runtypes
Releases · runeh/json-to-runtypes
json-to-runtypes v2.0.1
Bug Fixes
- allow names that are invalid js identifiers (#8) (ab7aec6)
json-to-runtypes v2.0.0
⚠ BREAKING CHANGES
- Add
options
argument to the guess
function. Changes the default options, so static types are not included
Features
- Add
options
argument to the guess
function (9097436)
Bug Fixes
- use null instead of unknown (030fa56)