Changelog
All notable changes to Irresistible.
[1.0.0] - 2024-01-27
🎉 Initial Release
Features
- AI-Powered Development: Intelligent code generation and assistance
- Live Preview: Real-time preview as you code
- Multi-Framework Support: React, Vue, Svelte, and more
- Instant Deployment: One-click deployment to production
- Version Control: Built-in Git integration
- Team Collaboration: Real-time collaborative editing
Infrastructure
- PostgreSQL database with Drizzle ORM
- Lucia Auth v3 for authentication
- Glass morphism UI design system
- Comprehensive API with Elysia
- Docker support for local development
Developer Experience
- Hot module replacement
- TypeScript support
- Comprehensive documentation
- API playground with Swagger
- Environment variable management
Coming Soon
Planned Features
- GitHub Integration: Direct GitHub repository sync
- Custom Domains: Deploy to your own domains
- Team Workspaces: Enhanced collaboration features
- AI Templates: Pre-built AI-powered templates
- Performance Analytics: Built-in performance monitoring
- Edge Deployments: Global edge network deployment
Improvements
- Enhanced AI capabilities
- Faster build times
- More framework templates
- Advanced debugging tools
- Extended API endpoints
Version History
Beta Releases
[0.9.0] - 2024-01-15
- Beta testing phase
- Core functionality complete
- Limited user testing
[0.8.0] - 2024-01-01
- Alpha release
- Basic AI integration
- Initial UI implementation
How to Update
To update to the latest version:
# Pull latest changes
git pull origin main
# Install dependencies
npm install
# Run migrations
cd apps/api
bun run db:push
# Restart services
npm run dev
Breaking Changes
Breaking changes will be clearly marked and include migration guides.
Deprecations
Deprecated features will be maintained for at least 2 major versions.