Skip to content

Releases: jmcdo29/nest-commander

[email protected]

07 Oct 21:45
6fb6f56
Compare
Choose a tag to compare

Patch Changes

  • 08f72e5: Update angular changeset

[email protected]

07 Oct 18:19
ab20f1d
Compare
Choose a tag to compare

Patch Changes

  • 15b0d87: Actually publish the schematic templates

[email protected]

14 Aug 17:20
d01e877
Compare
Choose a tag to compare

Minor Changes

  • 886be2d: feat: allow async serviceErrorHandler method

[email protected]

01 Jul 13:00
0f34d53
Compare
Choose a tag to compare

Minor Changes

  • 1cdac14: feat: Add option for Help Configuration using the .configureHelp()
    function in commander js

[email protected]

23 Apr 16:49
9757edf
Compare
Choose a tag to compare

Minor Changes

  • c29737c: Enhance filesystem autocomplete support for Bash and Zsh by introducing an
    opt-in option based on an environment variable.

[email protected]

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

[email protected]

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

Patch Changes

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

[email protected]

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

[email protected]

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

Patch Changes

  • 15297ce: Use attributeName to handle dashed options

[email protected]

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