v1.3.0 - MoroJS 1.4.0 Compatibility Release
This release brings full compatibility with MoroJS 1.4.0 and introduces significant improvements to the CLI tooling experience.
What's New
Framework Compatibility
- Updated to MoroJS 1.4.0 for latest framework features and improvements
- Seamless integration with new MoroJS capabilities
- Enhanced project scaffolding with modern patterns
CLI Improvements
- Dynamic version display now reads from package.json automatically
- Improved error handling and user feedback
- Enhanced logging and debugging capabilities
- Better command validation and help text
Testing & Quality
- Added comprehensive test suite with 34+ test cases
- Integration tests for CLI commands and workflows
- Enhanced CI/CD pipeline with better coverage reporting
- Zero security vulnerabilities detected
Technical Details
Dependencies
- MoroJS Framework: Updated to ^1.4.0
- All development dependencies updated to latest stable versions
- Improved TypeScript configuration and build process
Project Generation
- Enhanced project initialization templates
- WebSocket support in generated projects
- Better module scaffolding with modern patterns
- Improved validation library integration
Developer Experience
- Enhanced linting and formatting configuration
- Better error messages and debugging information
- Improved development workflow and tooling
Installation
npm install -g @morojs/cli@1.3.0Upgrade Notes
This is a non-breaking release. Users can upgrade directly from version 1.2.x without any migration steps required.
Verification
You can verify the installation with:
morojs-cli --version # Should output: 1.3.0Full Changelog: v1.2.4...v1.3.0