Skip to content

Releases: jmcdo29/nest-commander

nest-commander@3.12.5

04 Dec 17:22
2bfe594
Compare
Choose a tag to compare

Patch Changes

  • 72b2a00: Move the fig completion package to an optional import to get around jest
    throwing an error about esm packages

nest-commander@3.12.4

30 Nov 20:22
66bbbe2
Compare
Choose a tag to compare

Patch Changes

  • 0a47417: Update commnader version to satisfy fig-completion

nest-commander@3.12.3

30 Nov 07:48
9317680
Compare
Choose a tag to compare

Patch Changes

  • e66901a: update package @fig/complete-commander to v3.0.0 to support commander v11

nest-commander@3.12.2

10 Nov 02:25
8e34fab
Compare
Choose a tag to compare

Patch Changes

  • 15297ce: Use attributeName to handle dashed options

nest-commander@3.12.1

10 Nov 01:05
7d39ca5
Compare
Choose a tag to compare

Patch Changes

  • a3b683d: Remap the options to the name passed in the @Options() decorator, if provided

nest-commander@3.12.0

04 Sep 00:05
041f1fa
Compare
Choose a tag to compare

Minor Changes

  • b2c6a13: feat: support completion factory for bash and zsh shells

nest-commander@3.11.1

08 Aug 16:26
f599a4d
Compare
Choose a tag to compare

Patch Changes

  • 8cc3109: The CommandRunnerService now re-throws the error regardless of the contents, it
    just adds a new log above the error as well

nest-commander@3.11.0

26 Jun 20:53
c4b4b06
Compare
Choose a tag to compare

Minor Changes

  • a97ab68: Add The possibility to set the global version option

nest-commander@3.10.0

21 Jun 16:33
daaac15
Compare
Choose a tag to compare

Minor Changes

  • 519018e: Add ability to set outputConfiguration.

    Now CommandFactory.run(), CommandFactory.runWithoutClosing() and
    CommandFactory.createWithoutRunning() accept the option outputConfiguration.

nest-commander-testing@3.3.0

21 Jun 16:33
daaac15
Compare
Choose a tag to compare

Minor Changes

  • 519018e: Add ability to set outputConfiguration.

    Now CommandFactory.run(), CommandFactory.runWithoutClosing() and
    CommandFactory.createWithoutRunning() accept the option outputConfiguration.