Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Multi-language documentation support (Chinese, English, Russian)
- VitePress documentation system
- Complete API reference documentation
[1.0.0] - 2024-10-11
Added
- 🚀 Initial version release
- 📦 Three project templates
- Basic template: includes testing, ESLint, example tools
- Advanced template: complete architecture, logging system, configuration management
- Minimal template: simplified MCP server
- 🎨 Beautiful console output
- ⚡ Interactive project configuration
- 🔧 Automatic dependency installation
- 📚 Complete help system
- 🔄 Version checking and update functionality
Fixed
- Fixed MCP SDK Server constructor parameter error
- Fixed ES module compatibility issues
- Fixed TypeScript type errors
Tech Stack
- TypeScript
- Commander.js
- Chalk 4.x
- Ora 5.x
- Inquirer 8.x
- fs-extra
Documentation
- Complete README documentation
- Development guide
- Contributing guide
- Changelog
- Multi-language documentation support
[0.1.0] - 2024-10-10
Added
- Basic scaffold functionality
- Simple project templates
- Basic CLI commands
Tech Features
- TypeScript support
- Commander.js command line processing
- Basic file operations