Closed lundibundi closed 9 months ago
Awesome. Thanks for the pull requests. Can you update this pull request so we can merge it?
@domoritz done, thanks for quick merge.
When can I expect to have this released?
v0.63.0 is out with this fix included.
@domoritz thank you 🎉
Please:
Readme.md
Depends on https://github.com/YousefED/typescript-json-schema/pull/589.
The
getSchemaForSymbol
method doesn't return schemas overridden withsetSchemaOverride
and instead falls back to generating the type for that schema. This PR changes the behavior to always prioritizesetSchemaOverride
.