Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openapi-ts/openapi-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: openapi-ts/openapi-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 36 files changed
  • 4 contributors

Commits on Jan 3, 2025

  1. v8.0.0

    drwpow committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    bf5d6f8 View commit details
    Browse the repository at this point in the history
  2. Fix prefixItems / minItems / maxItems tuple generation (#2053)

    * Simplify minItems / maxItems tuple generation
    
    Closes #2048
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    Account for immutable: true
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    
    * fixup! Simplify minItems / maxItems tuple generation
    duncanbeevers authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    6a08b34 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Fix colliding enumValues exports (#2051)

    * Add schema to postTransform options (#2049)
    
    * Add schema to postTransform options
    
    Closes #2013
    
    * fixup! Add schema to postTransform options
    
    Closes #2013
    
    * fixup! Add schema to postTransform options
    
    Closes #2013
    
    * fixup! Add schema to postTransform options
    
    * Add Netlify badge (#2065)
    
    * Only check GitHub token for docs build when update needed
    
    * Add Netlify badge
    
    * Use link
    
    * [ci] release (#2084)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    * Fix issue templates (#2088)
    
    * Add feat issues to projects (#2090)
    
    * Use const arrays for OpenAPI enum types
    
    Preserve capitalization of named, exported enum values.
    Type exported const values as const, instead of their location within the operations or components schemas.
    Derive and export types for enum values from concrete values in const arrays.
    Use derived enum value types in operations and components schemas.
    Use non-conflicting variable names for composed OpenAPI enums (anyOf: [enum1, enum2])
    
    * Export type-predicates along when enumValues is true
    
    ---------
    
    Co-authored-by: Drew Powers <[email protected]>
    Co-authored-by: openapi-ts-bot <[email protected]>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    4 people authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    c8708e2 View commit details
    Browse the repository at this point in the history
Loading