V1.2.0
Release Notes: Node Artisan v1.2.0
What's New in This Version
Features
- New Artisan Commands: Added support for generating:
type
validator
enum
util
helper
Improvements
- Centralized Logging: Moved all logging functionalities to a centralized utility under
utils
for better organization and reuse.
Enhancements
- Documentation: Updated the README file to reflect the latest features and improvements.
- TypeScript Support: Added type definitions for seamless TypeScript integration.
Additional Updates
- Code Comments: Added comprehensive comments across the codebase for improved readability and maintainability.
How to Update
To update your project to the latest version of Node Artisan, run the following command:
npm install nodejs-artisan@latest
Ensure you have updated your README file and leveraged the new centralized logging feature for better code management.