Skip to content

V1.2.0

Compare
Choose a tag to compare
@miftah704 miftah704 released this 07 Dec 14:43
· 25 commits to main since this release

Release Notes: Node Artisan v1.2.0

What's New in This Version

Features

  1. New Artisan Commands: Added support for generating:
    • type
    • validator
    • enum
    • util
    • helper

Improvements

  1. Centralized Logging: Moved all logging functionalities to a centralized utility under utils for better organization and reuse.

Enhancements

  1. Documentation: Updated the README file to reflect the latest features and improvements.
  2. TypeScript Support: Added type definitions for seamless TypeScript integration.

Additional Updates

  1. 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.