Skip to content

Releases: esatterwhite/node-seeli

v16.0.0

05 Mar 19:53
Compare
Choose a tag to compare

16.0.0 (2025-03-05)

Bug Fixes

  • from: Remove unused plain parameter 98df6c1 - Eric Satterwhite
  • help: Help text should display required flags 63b8c93 - Eric Satterwhite
  • interactive: validate should only be called once 78cfc8f - Eric Satterwhite, closes: #134
  • wiki: Add more information and fix typeos 067e224 - Eric Satterwhite

Features

  • flags: Add flags to help specify exclusivity 5f12137 - Eric Satterwhite

BREAKING CHANGES

  • flags: interactive values need to be reset from '' to
    undefined so that it behaves in the same way that missing argv values
    do. Also, validation is trickier now with the new options, so a major
    is the safe bet.

v15.1.1

20 Feb 16:17
Compare
Choose a tag to compare

15.1.1 (2025-02-20)

Bug Fixes

  • command: fix typo in invalid field validation message 4964418 - Eric Satterwhite

v15.1.0

31 Dec 01:39
Compare
Choose a tag to compare

15.1.0 (2023-12-31)

Features

  • command: add support for input filter for non-interactive a21e065 - Eric Satterwhite

v15.0.0

04 Dec 17:36
Compare
Choose a tag to compare

15.0.0 (2023-12-04)

Bug Fixes

  • ci: update node matrix to reflect true level of support 29ede75 - Eric Satterwhite
  • typo: Fix 2 exception name typos 517d7cb - Eric Satterwhite

BREAKING CHANGES

  • ci: minimum version of node is 16

v14.1.1

20 Feb 21:28
Compare
Choose a tag to compare

14.1.1 (2023-02-20)

Bug Fixes

  • ci: remove docs build from build b4f2029 - Eric Satterwhite
  • command: stop ora instance after run is called 9fc53c6 - Eric Satterwhite
  • gh-pages: update node version to 14 2584db7 - Eric Satterwhite

Chores

  • style: fix linting errors 4fc23d7 - Eric Satterwhite

v14.1.0

08 Dec 22:56
Compare
Choose a tag to compare

14.1.0 (2022-12-08)

Chores

Features

  • colorize: enable color mode parsing 578801d - Eric Satterwhite

v14.0.0

05 Sep 12:51
Compare
Choose a tag to compare

14.0.0 (2022-09-05)

Bug Fixes

  • command: commands will throw when duplicate short hands are found cdaddbb - Eric Satterwhite, closes: #113

BREAKING CHANGES

  • command: commands will throw when duplicate short hands are found

v13.0.3

10 Dec 02:34
Compare
Choose a tag to compare

13.0.3 (2021-12-10)

Bug Fixes

  • seeli: expose Command as a getter on seeli 13ea0e4 - Eric Satterwhite

v13.0.2

03 Nov 03:08
Compare
Choose a tag to compare

13.0.2 (2021-11-03)

Bug Fixes

  • command: exclude interactive flag from tree if disabled 0d0ee94 - Eric Satterwhite

v13.0.1

31 Oct 20:14
Compare
Choose a tag to compare

13.0.1 (2021-10-31)

Bug Fixes

  • release: update release to regenerate docs. 74bd48d - Eric Satterwhite

Chores