Releases: mnahkies/openapi-code-generator
Releases · mnahkies/openapi-code-generator
v0.1.1
What's Changed
Breaking changes
Fixes
Misc
- chore(deps): bump @babel/traverse from 7.22.19 to 7.23.2 by @dependabot in #85
- chore(deps): Bump zod from 3.22.2 to 3.22.3 by @dependabot in #86
- chore: yarn 4, @swc/jest by @mnahkies in #89
- style: comma-dangle always-multiline by @mnahkies in #91
- chore: move generated files into a generated sub-directory by @mnahkies in #92
- fix: delete files missed in #92 by @mnahkies in #93
- fix: unused imports by @mnahkies in #97
- fix: avoid warning for non-nullable paths by @mnahkies in #90
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release.
What's Changed
- chore: refresh dependencies by @mnahkies in #1
- fix(typescript-fetch): omit optional query params by @mnahkies in #2
- chore: switch source of GitHub defs by @mnahkies in #3
- feat: add script consuming github fetch client by @mnahkies in #4
- feat: support zod for parsing inputs by @mnahkies in #7
- chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 by @dependabot in #5
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #6
- feat: support string enums in zod parsing by @mnahkies in #8
- feat: new approach to server stubs by @mnahkies in #9
- chore: update dependencies by @mnahkies in #10
- chore: update dependencies by @mnahkies in #15
- chore: upgrade to yarn berry by @mnahkies in #16
- chore: add lint-staged / husky, improve lint cmd by @mnahkies in #17
- docs: add table of contents / format by @mnahkies in #18
- chore: switch from mocha/chai to jest by @mnahkies in #19
- feat: move static code to normal files by @mnahkies in #20
- feat: move more static code into koa runtime by @mnahkies in #21
- fix: respect optional $ref properties by @mnahkies in #22
- feat: initial support for oneOf by @mnahkies in #23
- fix: request bodies can be optional by @mnahkies in #24
- feat: rework input schema parsing by @mnahkies in #25
- refactor: several tidy ups by @mnahkies in #26
- feat: zod schema builder supports allOf by @mnahkies in #27
- fix: use merge instead of intersection by @mnahkies in #28
- feat: response body validation and types by @mnahkies in #29
- fix: eslint disable in generated files by @mnahkies in #30
- fix: use request body by @mnahkies in #32
- fix: improve support for nullable types by @mnahkies in #33
- fix: improve validation to switch between 3.1.0 / 3.0.0 by @mnahkies in #34
- feat: improve client generation by @mnahkies in #35
- feat: clients default params to {} when none are required by @mnahkies in #36
- feat: order schemas correctly by @mnahkies in #37
- chore: update github definition by @mnahkies in #31
- refactor: move schema builders to common, rename model builder by @mnahkies in #38
- feat: config flag to switch schema parser by @mnahkies in #39
- fix: improve null support by @mnahkies in #40
- refactor: simplify by @mnahkies in #41
- refactor: consistently use yaml instead of yml by @mnahkies in #47
- chore: refresh data by @mnahkies in #48
- fix: replace . in identifiers by @mnahkies in #50
- chore: review todos and create tickets for most by @mnahkies in #54
- feat: initial support for anyOf by @mnahkies in #55
- fix: switch to qs and add tests for query string by @mnahkies in #56
- feat: better support for additional properties by @mnahkies in #57
- feat: support circular references by @mnahkies in #58
- tests: add stripe api definitions by @mnahkies in #49
- chore(deps): bump engine.io from 6.4.1 to 6.4.2 by @dependabot in #61
- chore: upgrade to angular v16 by @mnahkies in #62
- fix: surface status code -> body relationship in angular template by @mnahkies in #63
- chore: update data and regenerate by @mnahkies in #64
- feat: fetch client supports abort signals by @mnahkies in #65
- chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 by @dependabot in #66
- chore: update dependencies by @mnahkies in #69
- chore: upgrade prettier by @mnahkies in #70
- chore: refresh yarn lock by @mnahkies in #71
- fix: dependency graph handles oneOf allOf nesting by @mnahkies in #73
- chore: refresh data by @mnahkies in #72
- chore: add okta api specs as tests by @mnahkies in #74
- fix: master -> main by @mnahkies in #77
- feat: use commander for cli args for better ux by @mnahkies in #76
- chore: refresh data by @mnahkies in #79
- fix: plumb through middleware by @mnahkies in #80
- feat: overhaul docs / publish to npm by @mnahkies in #75
- fix: remove broken functionality by @mnahkies in #78
- fix: try using wildcard version to work around lerna publish bug by @mnahkies in #84
New Contributors
- @mnahkies made their first contribution in #1
- @dependabot made their first contribution in #5
Full Changelog: https://github.com/mnahkies/openapi-code-generator/commits/v0.1.0