Release Channels
Stable
Install the latest stable version:Canary
Experimental features and upcoming changes:Versioning Policy
This project follows Semantic Versioning:- Major (1.0.0 → 2.0.0): Breaking changes to public API
- Minor (1.0.0 → 1.1.0): New features, backward compatible
- Patch (1.0.0 → 1.0.1): Bug fixes, backward compatible
Breaking Changes
Breaking changes are documented in:- This changelog under the major version
- The Migration Guide
- GitHub release notes
Deprecation Policy
Before removing features:- Feature marked as deprecated in a minor release
- Console warnings added with upgrade path
- Minimum one major version before removal
- Migration guide provided
