Skip to content

Releases: johngeorgewright/runtyping

@runtyping/zod-v1.1.1

25 Aug 14:19
Compare
Choose a tag to compare

@runtyping/zod-v1.1.1 (2022-08-25)

Bug Fixes

@runtyping/zod-v1.1.0

25 Aug 11:05
Compare
Choose a tag to compare

@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

  • advanced variadic tuples (e9ed021), closes #364
  • zod: advanced variadic tuples (4e611fa), closes #364
  • zod: better static imp of functions (f536f42)
  • zod: function declarations (50228b3)

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

25 Aug 14:18
Compare
Choose a tag to compare

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

25 Aug 11:00
Compare
Choose a tag to compare

@runtyping/test-type-writers-v2.1.0 (2022-08-25)

Bug Fixes

  • output stringifying for function types (e7b3fbd)

Features

  • add new detailed variadic tuple test (730c243)
  • add test for empty tuples (1cbf996)
  • more advanced function tests (6fe62e7)

@runtyping/runtypes-v1.2.1

25 Aug 14:19
Compare
Choose a tag to compare

@runtyping/runtypes-v1.2.1 (2022-08-25)

Bug Fixes

  • problem with imported types (d74d621)

@runtyping/runtypes-v1.2.0

25 Aug 11:03
Compare
Choose a tag to compare

@runtyping/runtypes-v1.2.0 (2022-08-25)

Features

@runtyping/io-ts-v1.1.1

25 Aug 14:18
Compare
Choose a tag to compare

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

Bug Fixes

  • problem with imported types (d74d621)

@runtyping/io-ts-v1.1.0

25 Aug 11:01
Compare
Choose a tag to compare

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

Bug Fixes

Features

@runtyping/generator-v6.0.1

25 Aug 14:17
Compare
Choose a tag to compare

@runtyping/generator-v6.0.1 (2022-08-25)

Bug Fixes

  • candeclarestatics takes config in to account (c057025)
  • problem with imported types (4efba40)

@runtyping/generator-v6.0.0

25 Aug 10:58
Compare
Choose a tag to compare

@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.