Skip to content

Releases: smikhalevski/argcat

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:14

Changelog: v1.0.1...v1.0.2

Fixed shorthand flags expansion.

parseArgs(
  ['-a'],
  {
    flags: ['foo'],
    shorthands: { a: 'foo' }
  }
);
// ⮕ { '': [], foo: true }

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 02:03

Changelog: v1.0.0...v1.0.1

Added typing for unbound values.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 01:26

Initial release