Skip to content

Releases: esatterwhite/node-seeli

v13.0.0

31 Oct 19:37
Compare
Choose a tag to compare

13.0.0 (2021-10-31)

Documentation

  • gh-pages: update doc and example to reflect changes 75365eb - Eric Satterwhite

Features

  • command: expose a tree getter for a json tree of a command 224c1f7 - Eric Satterwhite
  • seeli: make primary export a seeli command instance e7fe759 - Eric Satterwhite

BREAKING CHANGES

  • seeli: get/set functions replaced with single config function
  • seeli: top level commands property removed

v12.5.9

20 Aug 03:47
Compare
Choose a tag to compare

12.5.9 (2021-08-20)

Bug Fixes

  • help: remove the interactive disablement on help command 4c0283b - Eric Satterwhite

v12.5.8

15 Aug 16:45
Compare
Choose a tag to compare

12.5.8 (2021-08-15)

Chores

  • deps: update ora requirement from ^5.3.0 to ^5.4.1 2fa2364 - Eric Satterwhite

v12.5.7

13 Aug 16:01
Compare
Choose a tag to compare

12.5.7 (2021-08-13)

Chores

  • deps: update cli-spinners requirement from ^2.3.0 to ^2.6.0 f015098 - Eric Satterwhite

v12.5.6

13 Aug 15:51
Compare
Choose a tag to compare

12.5.6 (2021-08-13)

Chores

  • deps: update chalk requirement from ^4.0.0 to ^4.1.2 2cd8a17 - Eric Satterwhite

v12.5.5

26 Jul 15:30
Compare
Choose a tag to compare

12.5.5 (2021-07-26)

Chores

  • deps: update debug requirement from ^4.1.1 to ^4.3.2 0603e3f - Eric Satterwhite

v12.5.4

26 Jul 15:16
Compare
Choose a tag to compare

12.5.4 (2021-07-26)

Chores

  • deps: update eslint requirement from ^7.9.0 to ^7.31.0 a41dcf2 - Eric Satterwhite

Miscellaneous

  • corrected spelling and remove duplicate word edc055d - Eric Satterwhite

v12.5.3

02 May 20:35
Compare
Choose a tag to compare

12.5.3 (2021-05-02)

Chores

  • deps: update eslint-config-codedependant requirement 429f399 - Eric Satterwhite

v12.5.2

02 May 20:19
Compare
Choose a tag to compare

12.5.2 (2021-05-02)

Chores

  • ci: replace inline release config with shared config c15c301 - Eric Satterwhite

v12.5.1

25 Apr 22:12
Compare
Choose a tag to compare

12.5.1 (2021-04-25)

Bug Fixes

  • command: corrects interactive prompt type for arrays (869b2cb)

Miscellaneous

  • gh-pages: fix invalid routing links (d58c70b)
  • gh-pages: include tutorials for interactive commands (adb4b34)