Skip to content

v0.0.1

Compare
Choose a tag to compare
@piyush-kacha piyush-kacha released this 22 Jun 16:48
· 96 commits to main since this release

Release Note - Version 0.0.1

New Features

  • Added modularity to the project structure, organizing files into directories based on functionalities.
  • Implemented scalability by allowing easy addition of new modules, controllers, services, and components.
  • Improved separation of concerns by assigning clear responsibilities to each file in the project.
  • Included global exception handling filters to catch and handle exceptions across the application.
  • Integrated @nestjs/config for centralized management of environment variables and application configuration.
  • Implemented clustering support for utilizing multiple CPU cores, improving performance and scalability.
  • Added nestjs-pino for efficient and customizable logging capabilities.
  • Integrated Swagger for generating interactive API documentation.
  • Configured ESLint and Prettier for code style consistency and error detection.
  • Added Docker support for easier deployment and execution in different environments.