Skip to content

Releases: johngeorgewright/runtyping

@runtyping/zod-v1.0.5

17 Aug 10:59
Compare
Choose a tag to compare

@runtyping/zod-v1.0.5 (2022-08-17)

Bug Fixes

  • implement variadic tuple (a06e268)

@runtyping/test-type-writers-v2.0.0

17 Aug 10:56
Compare
Choose a tag to compare

@runtyping/test-type-writers-v2.0.0 (2022-08-17)

Bug Fixes

  • implement variadic tuple (a06e268)

Code Refactoring

  • simplify validator creation api (def9078)

Features

  • add ability to ignore certain tests (10d9a15)
  • add json schema testing (a6155f9)
  • create way to test generated output (62cfc6c)
  • finished adding data tests (e973bc4)

BREAKING CHANGES

  • createValidator option has been replaced with
    createNumberValidator, createStringValidator and createObjectValidator
  • must now supply a validator function

@runtyping/runtypes-v1.1.5

17 Aug 10:58
Compare
Choose a tag to compare

@runtyping/runtypes-v1.1.5 (2022-08-17)

Bug Fixes

  • implement variadic tuple (a06e268)

@runtyping/io-ts-v1.0.4

17 Aug 10:57
Compare
Choose a tag to compare

@runtyping/io-ts-v1.0.4 (2022-08-17)

Bug Fixes

  • implement variadic tuple (a06e268)

@runtyping/generator-v5.0.0

17 Aug 10:55
Compare
Choose a tag to compare

@runtyping/generator-v5.0.0 (2022-08-17)

Features

BREAKING CHANGES

  • TypeWriters need to implement variadicTuple

@runtyping/zod-v1.0.4

08 Aug 14:02
Compare
Choose a tag to compare

@runtyping/zod-v1.0.4 (2022-08-08)

Bug Fixes

  • remove static function import when asked to (bf04202)
  • zod: tuples parameter is an array (3f24a90)

@runtyping/runtypes-v1.1.4

08 Aug 14:02
Compare
Choose a tag to compare

@runtyping/runtypes-v1.1.4 (2022-08-08)

Bug Fixes

  • remove static function import when asked to (bf04202)

@runtyping/io-ts-v1.0.3

08 Aug 14:01
Compare
Choose a tag to compare

@runtyping/io-ts-v1.0.3 (2022-08-08)

Bug Fixes

  • remove static function import when asked to (bf04202)

@runtyping/generator-v4.0.3

08 Aug 14:01
Compare
Choose a tag to compare

@runtyping/generator-v4.0.3 (2022-08-08)

Bug Fixes

  • remove static function import when asked to (bf04202)
  • resolve source files (c1f283d)
  • resolve source files (d7519ee)
  • resolve source files (ebe980e)

@runtyping/zod-v1.0.3

07 Aug 07:45
Compare
Choose a tag to compare

@runtyping/zod-v1.0.3 (2022-08-07)

Bug Fixes