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: --expose all with generic types #2009

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

arthurfiorette
Copy link
Collaborator

@arthurfiorette arthurfiorette commented Jul 1, 2024

This PR fixes #2002, which was trying to generate schemad for base generic types, and not its "implementations"

📦 Published PR as canary version: 2.3.1--canary.2009.7311b71.0

✨ Test out this PR locally via:

npm install ts-json-schema-generator@2.3.1--canary.2009.7311b71.0
# or 
yarn add ts-json-schema-generator@2.3.1--canary.2009.7311b71.0

Version

Published prerelease version: v2.4.0-next.0

Changelog

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to next

🔩 Dependency Updates

Authors: 3

@arthurfiorette arthurfiorette linked an issue Jul 1, 2024 that may be closed by this pull request
@arthurfiorette arthurfiorette self-assigned this Jul 1, 2024
@arthurfiorette arthurfiorette requested a review from domoritz July 1, 2024 13:08
@domoritz domoritz merged commit 08e49c6 into next Jul 3, 2024
3 checks passed
@domoritz domoritz deleted the 2002-expose-all-breaks-generation-with-generic-types branch July 3, 2024 12:25
Copy link

github-actions bot commented Jul 3, 2024

🚀 PR was released in v2.4.0-next.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--expose all breaks generation with generic types.
2 participants