Releases: abhijithk1/api-service-generator
Releases · abhijithk1/api-service-generator
v2.1.0
What's New in v2.1.0
Features
- Added MySQL support, allowing users to choose between PostgreSQL and MySQL for database connectivity.
Enhancements
- Refactored codebase for improved readability and maintainability.
- Updated documentation and README with detailed instructions and examples.
Test Coverage
- Enhanced unit tests for improved code reliability and coverage.
Command Line Interface
- Renamed the command line file from
generatedTemplate
togoTemplate
for consistency and clarity.
Compatibility
- This release maintains backward compatibility with previous versions (v2.0.0). Existing projects generated with v2.0.0 will seamlessly integrate with the new MySQL support and other enhancements.
Get Started
Upgrade to v2.1.0 to leverage MySQL support and benefit from the code improvements and enhanced testing coverage. Follow the updated documentation and README for guidance on usage and best practices.
v2.0.0
What's New in v2.0.0
Breaking Changes
- Renamed the subcommand from
template
togo-template
.
Other Changes
- Updated documentation to reflect the new subcommand name.
- Minor code improvements and refactoring.
Please update your scripts and workflows to use the new subcommand name go-template
. Refer to the updated documentation for more details.
v1.0.0
FIrst Release