Releases: johngeorgewright/runtyping
Releases · johngeorgewright/runtyping
v4.1.0
4.1.0 (2021-09-27)
Features
- allow a singular target (095dbd8)
- allow singular source type (41e554b)
- generator a json schema for runtyping.yml (142c34c)
- support (run)typeFormat arg (e231aa3)
- support (run)typeFormat in runtyping.yml (6a42056)
- support mapping runtype name to something else in the output (8712534)
- update schema (ae2616a)
v4.0.1
v4.0.0
4.0.0 (2021-09-15)
Bug Fixes
- dont rely on text constants (d3939a0)
chore
- runtypes should be a peerdependency (a782d44)
Code Refactoring
- move all file manipulation in to 1 place (12f623c)
Features
- add null type (b4f89b3)
- optional list for source types (e080384)
- reuse type aliases (3de91fd)
- strictnullchecks by default (a5fae81)
BREAKING CHANGES
generate()
has been deprecated in favour of theGenerator
class- generate() is deprecated in favor of Generator
constructor. - runtypes is no longer included in this package.