Skip to content

Releases: esatterwhite/node-seeli

v18.0.4

24 Apr 15:29

Choose a tag to compare

18.0.4 (2026-04-24)

Bug Fixes

  • apply lint cleanup for Codacy ed2f374 - Eric Satterwhite
  • publish root TypeScript declarations 76e8fa0 - Eric Satterwhite

v18.0.3

02 Apr 05:31

Choose a tag to compare

18.0.3 (2026-04-02)

Bug Fixes

  • command: fixes a prompt alias mismatch with select c65a3b8 - Eric Satterwhite

v18.0.2

02 Apr 04:51

Choose a tag to compare

18.0.2 (2026-04-02)

Chores

  • doc: fix dependency badge 65259bc - Eric Satterwhite

v18.0.1

02 Apr 04:37

Choose a tag to compare

18.0.1 (2026-04-02)

Bug Fixes

  • ci: make sure the release process publishes a pacakge 2749972 - Eric Satterwhite

v18.0.0

01 Apr 21:56

Choose a tag to compare

18.0.0 (2026-04-01)

Bug Fixes

  • ci: update the actions versiosn for npm publishing bd5253c - Eric Satterwhite
  • ci: update the release to use github apps and npx ad139bf - Eric Satterwhite
  • use npm install over ci 4bf4369 - Eric Satterwhite

Chores

  • ci: update release for npm trusted publisher 8359e8d - Eric Satterwhite
  • dep-dev: semantic-release@25 d03e0a7 - Eric Satterwhite
  • deps: @inquirer/prompts@8.3.2 9e28725 - Eric Satterwhite
  • deps: codedependant/release-config-core@1.1.1 24dd132 - Eric Satterwhite
  • doc: update documentation after inquire refactor 3d9e739 - Eric Satterwhite
  • pkg: include basic type definitions 9c234c1 - Eric Satterwhite

Miscellaneous

  • Revert "chore(deps)!: enquirer@2.4.1" ee887bc - Eric Satterwhite

BREAKING CHANGES

  • deps: The filter function is handled by seeli, not inquirer

v17.0.0

28 Mar 04:25

Choose a tag to compare

Bug Fixes

registry: make sure registry sets name if provided 5ed796e - Eric Satterwhite

Chores

ci: update testable node versions f7170e7 - Eric Satterwhite
dep-dev: eslint-config-logdna@8.0.1 e62cbda - Eric Satterwhite
dep-dev: tap@21.6.2 4892b01 - Eric Satterwhite
deps: abbrev@4.0.0 8b0dd54 - Eric Satterwhite
deps: chalk@5.6.2 e7e9fee - Eric Satterwhite
deps: cliui@9.0.1 34e87a5 - Eric Satterwhite
deps: enquirer@2.4.1 17f15aa - Eric Satterwhite
deps: nopt@9.0.0 1bf23e8 - Eric Satterwhite
deps: ora@9.3.1 8cb8b0d - Eric Satterwhite
deps: package-up@5.0.0 003898f - Eric Satterwhite
deps: string-width@8.2.0 921ca3e - Eric Satterwhite
doc: update docs to reflect new flag options e34e5c0 - Eric Satterwhite

BREAKING CHANGES

deps: replaces inquirer with enquirer.
See: enquirer/enquirer#483

v16.0.0

05 Mar 19:53

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

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

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

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