Skip to content

Latest commit

 

History

History
117 lines (62 loc) · 6.6 KB

CHANGELOG.md

File metadata and controls

117 lines (62 loc) · 6.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.13 (2022-07-04)

Bug Fixes

  • convert any string to pascal case (2b31966)

0.0.12 (2021-08-12)

0.0.11 (2021-03-26)

0.0.10 (2021-02-27)

Bug Fixes

  • do not modify property names (5afaabe)

0.0.9 (2020-11-08)

Features

  • add io-ts codec generator (f2599fe)

Bug Fixes

  • update types to support "CodecIoTs" (4ee6298)

0.0.8 (2020-07-23)

Bug Fixes

  • convert property names to camelCase (4486710)

0.0.7 (2020-04-09)

Bug Fixes

  • in Flow numbers cannot be keys (79c8329), closes #5

0.0.6 (2020-04-08)

Features

  • swagger's patch as an object (6ae1bb6)

0.0.5 (2020-04-08)

Features

0.0.4 (2020-04-07)

Features

Bug Fixes

  • incorrect allOf property in Flow (74f60ab), closes #1

0.0.3 (2020-04-01)

Features

  • add patchSource option (efb90fc)
  • handle allOf / anyOf / oneOf that have a "type" (be1881d)

Bug Fixes

  • handle "object" without properties (008addd)

0.0.2 (2020-03-27)

Features

Bug Fixes

  • add 'export' to definitions (26ff053)
  • convert type names to PascalCase (703545e)
  • handle case in which 'properties' are missing (adb8729)
  • make download functional (5fb902e)
  • remove default options for source and destination (7631bf7)