Release Notes for v1.0.1
Version 1.0.1
This release includes improvements to the capitalize
utility function and updates to the service file name generation logic. Additionally, the version number has been bumped to 1.0.1
in both package.json
and the CLI.
What's New
1. Enhanced capitalize
Function
- The
capitalize
utility function now handles special characters like(
,)
, and-
. - For example:
(auth)
→Auth
forget-pass
→ForgetPass
2. Service File Name Capitalization
- Service files generated by the tool now use the improved
capitalize
function for naming. - Example:
user.service.ts
→User.service.ts
3. Version Bump
- Updated the version to
1.0.1
inpackage.json
andcli.ts
.
How to Upgrade
If you're using this tool in your project, update to the latest version by running:
npm install [email protected]