-
Notifications
You must be signed in to change notification settings - Fork 17
refactor: use Integer type from io-ts #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scink
previously approved these changes
Dec 4, 2019
BREAKING CHANGE: removed empty utils file
Nedgeva
added a commit
to Nedgeva/swagger-codegen-ts
that referenced
this pull request
Jul 29, 2020
fix: support windows os environment fixed multiple errors that prevents from successful run on windows machine feat: sketch file format closes devexperts#76 refactor: relax specLikeCodec codec for sketch-121 schema lint: remove unnecessary dependency refactor: rename sketch parser to contain format version refactor: fix opacity rendering refactor: fix numeric rendering chore: split document.ts to different files chore: generate assets docs: add a comment about a sketch-like structure 2.0.0-alpha.6 feat: implement support of kebab case in property names (devexperts#83) closes devexperts#82 refactor: use Integer type from io-ts (devexperts#84) BREAKING CHANGE: removed empty utils file 2.0.0-alpha.7 fix: fix encodeURIComponent in query serialization 2.0.0-alpha.8 fix: fix encodeURIComponent in query serialization 2.0.0-alpha.9 fix: fix '..' and '.' in spec names BREAKING CHANGE: generate doesn't include `out` path in spec output BREAKING CHANGE: language doesn't accept `out` path and can return `Fragment` to write to `out` directly refactor: simplify resolveRef BREAKING CHANGE: language is now a Reader of ResolveRefContext BREAKING CHANGE: resolveRef now requires decoder as a second argument chore: fix build build: update prettier and eslint style: update prettier and eslint 2.0.0-alpha.10 fix: revert join to resolve feat: support cwd as `generate` argument 2.0.0-alpha.11 build: cleanup publishing artifact build: cleanup publishing artifact fix(sketch): avoid collision for names with counter feat: support extract layers from sketch file refactor: use traverseOptionEither fix(sketch): add prefix to original layer name 2.0.0-alpha.12 fix: fix ResponseValidationError class in client Fixes issue devexperts#93 fix: fix ResponseValidationError class in client fix: fix ResponseValidationError class in client refactor fix: fix ResponseValidationError class to properly extend Error (devexperts#94) closes devexperts#93 2.0.0-alpha.13 chore: update @devexeperts/* dependencies 2.0.0-alpha.14 feat: add `nullable` support for OpenAPI3 fix: fix OperationObject name generation without operationId BREAKING CHANGE: if operation id is missing then url/pattern is included in the name 2.0.0-alpha.15 feat: expand sketch schema for support foreign symbols feat: support date-time format (devexperts#100) Added io-ts codec that supports date ignoring time 2.0.0-alpha.16 fix: add year padding to the codec (devexperts#101) Added year padding to the codec to cover the case when backend returns that should be treated as valid date 2.0.0-alpha.17 feat: filter operations response BREAKING CHANGE: non-successful response types are filtered out of resulting response type fix: incorrect generation "deprecated" jsdoc for method (devexperts#111) fix: void response missing from union (devexperts#104) (devexperts#110) BREAKING CHANGE: void response is added to resulting response type fix: query string is incorrectly serialized for primitive parameters (devexperts#103) (devexperts#109) build(deps): bump acorn from 5.7.3 to 5.7.4 Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@5.7.3...5.7.4) Signed-off-by: dependabot[bot] <[email protected]> 2.0.0-alpha.18 feat: support arbitrary strings as type names in TS for OA3 closes devexperts#114 BREAKING CHANGE: type names and IO constant names now replace all non-alphanumeric characters with '_' 2.0.0-alpha.19 feat: support arbitrary names in path/query params BREAKING CHANGE: query/path param names are now escaped 2.0.0-alpha.20 fix: change function name in utils file 2.0.0-alpha.21 fix(ts-utils): remove timezone detection from DateFromISODateStringIO, add tests fix(ts-utils): refactor DateFromISODateStringIO fix(ts-utils): rename vars in util fix(ts-utils): remove tests fix(ts-utils): remove export keyword
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: removed empty utils file