Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 1.22 KB

jetbrains-nestjs Changelog

Fixed

Support 243.* releases

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