Skip to content

Collection of tools related to typescript schema libraries

License

Notifications You must be signed in to change notification settings

enormora/schema-hub

Repository files navigation

schema-hub

This repository maintains a collection of tools designed to enhance the functionality and usability of typescript-based schema-validation libraries.

Projects

Currently, the @schema-hub monorepo contains the following projects:

Versioning

All packages in this repository use packtory to automatically determine version numbers and do not follow semantic versioning. A version number smaller than 1 (e.g., 0.0.42) does not mean the package is experimental but indicates that any version bump could include breaking changes.

To mitigate risks, ensure you have solid test coverage and use TypeScript type-checking in your projects. This will help make dependency updates low risk.