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)
- move peer dependencies into peer dependencies (5e37fed)
0.4.8 (2019-08-14)
- updated packages (202c0a2)
0.4.7 (2019-08-03)
- try to generate unique name with operationId does not exist (339518c)
0.4.6 (2019-07-30)
0.4.5 (2019-07-30)
- sanitize name of query and path params (3611d8f)
0.4.4 (2019-07-30)
- clean operationId so it can safely be used as a symbol (e107836)
0.4.3 (2019-07-30)
- target / content type as a fallback to application/json (2b58a57)
0.4.2 (2019-07-30)
- add catchall response to findSuccessResponse (934a529)
0.4.1 (2019-07-30)
- operationId is not required on an operation (beeab6a)
0.4.0 (2019-07-30)
- actions, reducers, and effects (4281a4e)
0.3.2 (2019-07-29)
- run convertSpec once (bb0ebaa)
0.3.1 (2019-07-29)
- fixed pathing of written converted spec (9d77258)
0.3.0 (2019-07-29)
- print converted spec and loosen openapi 3.0.2 validator (eafdce7)
0.2.2 (2019-07-29)
0.2.1 (2019-07-29)
- remove naming conflicts for index.ts (9ab5292)
0.2.0 (2019-07-29)
- added barrel export to typescript printer files (2452fe3)
0.1.3 (2019-07-28)
0.1.2 (2019-07-28)
- removed taskEither from MonadApp, made config funcs return TaskEither (5525184)
- build: fix type errors after adding tsconfig (88df72c)
- 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)