Releases: jmcdo29/nest-commander
nest-commander-testing@3.1.0
Minor Changes
- c75ca13: Add runWithoutClosing for testing
nest-commander@3.4.0
nest-commander@3.3.0
Minor Changes
- 8c639d3: fix: update module resolution to node16 so dynamic imports are not transpiled out during TS build
nest-commander@3.2.1
Patch Changes
- 5c089a6: Fixed an issue preventing use of ESM packages as plugins in the command factory
nest-commander@3.2.0
Minor Changes
- 84e6b95: Add
env
option to@Option()
decorator
nest-commander@3.1.0
Minor Changes
- 15da048: InquirerService now exposes inquirer publicly
nest-commander-testing@3.0.1
Patch Changes
- 23b2f48: Add 3.0.0 to peer deps
nest-commander-schematics@3.0.0
Major Changes
-
1bfc69f: Schematics now create command that extends the CommandRunner abstract class
-
799b143: Update @nestjs/schematics to version 9
There should not be "breaking" functionality, but there was a major version change of a dependent pacakge with no backwards support guaranteed.
Patch Changes
- 67662f6: fix typo
nest-commander@3.0.0
Major Changes
-
d6ebe0e: Migrate
CommandRunner
from interface to abstract class and add.command
This change was made so that devs could access
this.command
inside theCommandRunner
instance and have access to the base command object from commander. This allows for access to thehelp
commands in a programatic fashion.To update to this version, any
implements CommandRunner
should be changed toextends CommandRunner
. If there is aconstructor
to theCommandRunner
then it should also usesuper()
.
Minor Changes
Patch Changes
- c30a4de: Ensure the parser for choices is always called
nest-commander-testing@3.0.0
Major Changes
-
d6ebe0e: Migrate
CommandRunner
from interface to abstract class and add.command
This change was made so that devs could access
this.command
inside theCommandRunner
instance and have access to the base command object from commander. This allows for access to thehelp
commands in a programatic fashion.To update to this version, any
implements CommandRunner
should be changed toextends CommandRunner
. If there is aconstructor
to theCommandRunner
then it should also usesuper()
.
Minor Changes
- 3d2aa9e: Update NestJS package to version 9