Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@amir-valizadeh amir-valizadeh released this 06 Jan 20:11

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-passForgetPass

2. Service File Name Capitalization

  • Service files generated by the tool now use the improved capitalize function for naming.
  • Example: user.service.tsUser.service.ts

3. Version Bump

  • Updated the version to 1.0.1 in package.json and cli.ts.

How to Upgrade

If you're using this tool in your project, update to the latest version by running:

npm install [email protected]