Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Latest commit

 

History

History
167 lines (60 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

167 lines (60 loc) · 4.78 KB

Changelog

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

0.4.10 (2019-08-28)

0.4.9 (2019-08-22)

Bug Fixes

  • move peer dependencies into peer dependencies (5e37fed)

0.4.8 (2019-08-14)

Bug Fixes

0.4.7 (2019-08-03)

Bug Fixes

  • try to generate unique name with operationId does not exist (339518c)

0.4.6 (2019-07-30)

0.4.5 (2019-07-30)

Bug Fixes

  • sanitize name of query and path params (3611d8f)

0.4.4 (2019-07-30)

Bug Fixes

  • clean operationId so it can safely be used as a symbol (e107836)

0.4.3 (2019-07-30)

Bug Fixes

  • target / content type as a fallback to application/json (2b58a57)

0.4.2 (2019-07-30)

Bug Fixes

  • add catchall response to findSuccessResponse (934a529)

0.4.1 (2019-07-30)

Bug Fixes

  • operationId is not required on an operation (beeab6a)

0.4.0 (2019-07-30)

Features

  • actions, reducers, and effects (4281a4e)

0.3.2 (2019-07-29)

Bug Fixes

0.3.1 (2019-07-29)

Bug Fixes

  • fixed pathing of written converted spec (9d77258)

0.3.0 (2019-07-29)

Features

  • print converted spec and loosen openapi 3.0.2 validator (eafdce7)

0.2.2 (2019-07-29)

0.2.1 (2019-07-29)

Bug Fixes

  • remove naming conflicts for index.ts (9ab5292)

0.2.0 (2019-07-29)

Features

  • added barrel export to typescript printer files (2452fe3)

0.1.3 (2019-07-28)

0.1.2 (2019-07-28)

0.1.0 (2019-07-28)

Bug Fixes

  • removed taskEither from MonadApp, made config funcs return TaskEither (5525184)
  • build: fix type errors after adding tsconfig (88df72c)

Features

  • initial working build (722471f)
  • logging: cleaned up logging to make progress clear (d98dbd9)
  • openapi-3.0.2: implemented fromNullables to make delving through types easier (21f5a20)
  • parser: initial parser work done (c3fd0f9)
  • swagger: implemented swagger parser using swagger2openapi (366a191)
  • types: inital io-ts codec for openapi 3.0.x spec (43ce60a)