Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.18 KB

jetbrains-nestjs Changelog

0.0.4 - 2024-11-23

Fixed

  • Supporting all future builds

0.0.3 - 2024-10-27

Added

  • #2 - [Feature] adding support for monorepos
  • #8 - [Feature] - can't work in pnpm workspace bug

Added

  • New Menu for creating controller, module and service
  • New File Icons for NestJS.

Fixed

  • Removed deprecated API
  • Updated to the latest template changes

Changed

  • Updated icon for nest-cli.json.

Added

  • Initial scaffold created from IntelliJ Platform Plugin Template
  • Initial NestJS CLI Action - Right click anywhere in the nest project and generate nest components.
  • Bug Fixes