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: support indexed circular access #1593

Merged
merged 3 commits into from Mar 3, 2023
Merged

fix: support indexed circular access #1593

merged 3 commits into from Mar 3, 2023

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Mar 3, 2023

📦 Published PR as canary version: 1.2.1--canary.1593.a1dc8a7.0

✨ Test out this PR locally via:

npm install ts-json-schema-generator@1.2.1--canary.1593.a1dc8a7.0
# or 
yarn add ts-json-schema-generator@1.2.1--canary.1593.a1dc8a7.0

fixes #1276

Version

Published prerelease version: v1.3.0-next.2

Changelog

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Mario DeSousa (@mdesousa)

❤️ Grant Dickinson (@grant-d)

🚀 Enhancement

  • fix: support indexed circular access #1593 (@domoritz)
  • feat: add discriminatorOpenApi tag to generate discriminator schemas #1572 (@mdesousa)

🐛 Bug Fix

⚠️ Pushed to next

🔩 Dependency Updates

Authors: 6

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.

Recursive types with Omit types leads to Reference Type Not Set Yet error since v1.0.0
1 participant