Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 2.36 KB

readme.md

File metadata and controls

26 lines (19 loc) · 2.36 KB

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.