Skip to content
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

Upgrade to openapi3-ts v3.0.0 #99

Merged
merged 3 commits into from
Jan 14, 2023
Merged

Upgrade to openapi3-ts v3.0.0 #99

merged 3 commits into from
Jan 14, 2023

Conversation

epiphone
Copy link
Owner

Supersedes #90.

Breaking changes:

  • The JSONSchema decorator parameter type uses updated JSON Schema type from openapi3-ts v3.
  • IsPositive and IsNegative class-validator decorators now produce output like { "exclusiveMinimum": 0 } instead of { "minimum": 0, "exclusiveMinimum": true } (see JSON Schema docs).

@codecov
Copy link

codecov bot commented Jan 14, 2023

Codecov Report

Merging #99 (a6efa25) into master (9e3eba3) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #99   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          200       200           
  Branches        54        54           
=========================================
  Hits           200       200           
Impacted Files Coverage Δ
src/decorators.ts 100.00% <ø> (ø)
src/defaultConverters.ts 100.00% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@epiphone epiphone merged commit be8d2f0 into master Jan 14, 2023
@epiphone epiphone deleted the openapi3-ts-v3 branch January 14, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants