Skip to content

Releases: sbrl/applause-cli

v1.8.3

20 Aug 12:09
181dc2f

Choose a tag to compare

Install or update from npm:

npm install --save applause-cli

v1.8.3 (20th August 2025)

  • Bump version of dev dependency `documentation``
  • Update dependencies

v1.8.2

08 Aug 13:42
aedd50e

Choose a tag to compare

Install or update from npm:

npm install --save applause-cli

v1.8.2

  • Slightly improve docs on Subcommand class
  • Add subcommand name and description to subcommand-specific help text

v1.8.1

01 May 16:27
3c9461e

Choose a tag to compare

Install or update from npm:

npm install --save applause-cli

v1.8.1

  • Update dependencies

v1.8

07 Feb 20:38
c964172

Choose a tag to compare

  • When --help is specified after a subcommand, subcommand-specific help is now displayed
  • Minor clarification in README
  • Fix example in README
  • Bump versions of development dependencies

Install or update from npm:

npm install --save applause-cli

v1.7

19 Mar 17:54
f7da77a

Choose a tag to compare

v1.7

  • Add date as compatible argument format
  • Update development dependencies

Install or update from npm:

npm install --save applause-cli

v1.6

17 Mar 17:59
7d6c9dc

Choose a tag to compare

Oops, I forgot to create a release for v1.5. Nevermind, I'll try & remember from now on.

v1.6

  • Update development dependencies
  • Allow not specifying a path to an NPM package.json file
  • Add .set_author() method to Program

Install or update from npm:

npm install --save applause-cli

v1.4

16 Oct 16:01
e90a82d

Choose a tag to compare

  • Add new extended description with .description_extended(str) method

Install or update from npm:

npm install --save applause-cli

v1.3.2

16 Jul 16:15
997cba9

Choose a tag to compare

Install or update from npm:

npm install --save applause-cli

v1.3.2

  • Update dependencies

v1.3.1

16 Jul 16:15
997cba9

Choose a tag to compare

Install or update from npm:

npm install --save applause-cli

v1.3.1

  • Fix help output for arguments that don't take a value

v1.3.0

10 Jul 14:20
eb915bd

Choose a tag to compare

  • Output the extra rogue values as a new extras property on the object returned by .parse(), but only if the object doesn't exist in the output options object already
  • Update development dependencies

Install or update from npm:

npm install --save applause-cli