Changelog

AgileBuilder version history and updates

All notable changes to AgileBuilder will be documented here.


v1.0.0 (Coming Soon)

🎉 Initial Release

  • Template Library: Create, manage, and reuse project templates
  • Variable System: Support for string, boolean, and conditional variables
  • Generation Engine: Generate project scaffolds from templates
  • Hooks System: Automate post-generation tasks
  • MCP Integration: AI tools can generate projects via MCP protocol
  • CLI Tool: Full-featured command-line interface
  • Local UI: Web-based management interface

v0.9.0-beta

✨ Features

  • Basic template management
  • Variable compilation support
  • Git-based template sources
  • npm package available

🐛 Bug Fixes

  • Fixed variable parsing in nested directories
  • Improved error messages for invalid templates

v0.8.0-alpha

✨ Features

  • Initial alpha release
  • Core template generation functionality
  • Basic CLI commands

Upcoming

Stay tuned for upcoming features. Check our Roadmap for planned improvements.


Versioning

AgileBuilder follows Semantic Versioning:

  • Major: Breaking changes
  • Minor: New features (backward compatible)
  • Patch: Bug fixes (backward compatible)