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 issue - added keeping of custom types #473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

turone
Copy link

@turone turone commented Feb 26, 2025

This pull request fixes an issue that occurs when adding (updating) new schemas with custom types while the application is running. The fix stores the initialized custom types in the TYPES object, and when adding (updating) schemas, the custom types will be available.

Fixes #472

  • tests and linter show no problems (npm t)
  • tests are added/updated for bug fixes and new features
  • code is properly formatted (npm run fix)
  • description of changes is added in CHANGELOG.md
  • update .d.ts typings

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

Successfully merging this pull request may close these issues.

Error adding (updating) the scheme.
2 participants