Releases: johngeorgewright/runtyping
Releases · johngeorgewright/runtyping
@runtyping/zod-v1.1.1
@runtyping/zod-v1.1.1 (2022-08-25)
Bug Fixes
@runtyping/zod-v1.1.0
@runtyping/zod-v1.1.0 (2022-08-25)
Bug Fixes
- only use function statics when allowed to (d8bb1f1)
- zod: variadic tuple static implementation (7a95ae0)
Features
@runtyping/test-type-writers-v2.1.1
@runtyping/test-type-writers-v2.1.0
@runtyping/test-type-writers-v2.1.0 (2022-08-25)
Bug Fixes
- output stringifying for function types (e7b3fbd)
Features
@runtyping/runtypes-v1.2.1
@runtyping/runtypes-v1.2.0
@runtyping/io-ts-v1.1.1
@runtyping/io-ts-v1.1.0
@runtyping/generator-v6.0.1
@runtyping/generator-v6.0.1 (2022-08-25)
Bug Fixes
@runtyping/generator-v6.0.0
@runtyping/generator-v6.0.0 (2022-08-25)
Bug Fixes
Code Refactoring
- getfunctionname can return undefined (c0f0c92)
Features
- abstraction of generic object function (32653f4)
- add custom version of gettuplelements (02cf881)
- add function name helper (da24352)
- add object property writer helper (3c50446)
- add typewriters.getstaticreference (636361c)
- add variadictupleelement helper (5898127)
- candeclarestatics typewriter action (28f53ff)
- export tupleelement class (ba8783b)
BREAKING CHANGES
- getFunctionName() may return undefined
- TypeWriter's signature of Static and StaticParameter
has changed.