Changelog
Track all releases and updates to Basecompose.
Release History
Latest Releases
For the most up-to-date changelog with all version details, visit the official releases page:
The releases page includes:
- Version numbers and dates
- New features added
- Bug fixes
- Breaking changes
- Migration guides
- Download links
How We Version
Basecompose follows Semantic Versioning:
- MAJOR (e.g., 2.0.0) - Breaking changes
- MINOR (e.g., 1.1.0) - New features (backward compatible)
- PATCH (e.g., 1.0.1) - Bug fixes
Example:
1.0.0- Initial release1.1.0- Added PostgreSQL support (new feature)1.1.1- Fixed MongoDB connection bug (patch)2.0.0- Major API changes (breaking change)
Release Schedule
- Patch releases: As needed (bug fixes)
- Minor releases: Monthly (new features)
- Major releases: Annually or as needed (significant changes)
Migration Guides
When breaking changes occur, we provide detailed migration guides.
See documentation for migration help when upgrading major versions.
Staying Updated
Get Release Notifications
- 🌟 Star on GitHub: icancodefyi/basecompose
- 👀 Watch Releases: GitHub releases only
- 📧 Email Notifications: Enable in GitHub settings
- 🐦 Twitter: Follow @basecompose (if available)
Check Current Version
In generated projects:
bash
# Check version
cat package.json | grep version
# Output
# "version": "1.0.0"In Basecompose repository:
bash
# Clone and check
git clone https://github.com/icancodefyi/basecompose.git
cat package.json | grep versionVersion Support
- Latest - Full support
- Previous Major - Security patches only
- Older - No support
We recommend upgrading to the latest version for best features and security.
Reporting Issues
Found a bug in a release?
- Check existing issues
- Create new issue with:
- Clear title and description
- Steps to reproduce
- Expected vs actual behavior
- Your environment (OS, Node.js version, etc.)
Contributing
Help shape the future of Basecompose!
See Contributing guide to:
- Report bugs
- Suggest features
- Submit pull requests
- Add templates
- Improve documentation
Future Roadmap
Planned features and technologies:
- [ ] PostgreSQL support
- [ ] MySQL support
- [ ] Redis support
- [ ] Clerk authentication
- [ ] FastAPI backend
- [ ] Vue framework template
- [ ] GraphQL API template
- [ ] Mobile app generation
- [ ] Automated deployment
- [ ] Custom template marketplace
For detailed changelog, visit GitHub Releases.