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

fix(type-safe-api): add missing gitignores for manifest files and remove openapi generator config #869

Merged
merged 2 commits into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. fix(type-safe-api): add missing gitignores for manifest files and rem…

    …ove openapi generator config
    
    Add missing .gitignore entries for the `.tsapi-manifest` file.
    
    Remove the OpenAPI generator CLI configs from projects which no longer use OpenAPI generator.
    cogwirrel committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9921ed8 View commit details
    Browse the repository at this point in the history
  2. feat(type-safe-api): deprecate html2 documentation format

    Deprecate HTML2 documentation format. HTML_REDOC should be used for HTML documentation instead.
    
    The HTML2 documentation format will be removed in 0.24.0.
    cogwirrel committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2ddd6b8 View commit details
    Browse the repository at this point in the history