Skip to content

Releases: leo/args

3.0.2

24 May 15:03
@leo leo
Compare
Choose a tag to compare

Patches

  • Pass in parent module from index.js: #96

Credits

Huge thanks to @TooTallNate for their help!

3.0.1

12 May 21:07
@leo leo
Compare
Choose a tag to compare

Patches

  • Fixes Node.js v4 LTS: #92
  • Indicate that we're now supporting Node 4: 5f35db3

Credits

Huge thanks to @TooTallNate for their help!

3.0.0

09 May 12:44
@leo leo
Compare
Choose a tag to compare

Major Changes

  • Convert the option value to an array if the defaultValue is an array: #91

Patches

  • Move away from exporting a class and split methods into separate files: #82
  • Bumped dependencies to the latest version: ef2079f

Credits

Huge thanks to @ntwcklng for his help!

2.6.1

25 Apr 12:57
@leo leo
Compare
Choose a tag to compare

Patches

  • Fix option suggestion when running a subcommand: #87

Credits

Huge thanks to @ntwcklng for their help!

2.6.0

13 Apr 11:20
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Added unknown option suggestion: #80

Patches

  • Only show help if there's no option suggestion: 3b7d9cc
  • Tell users about the new suggestion feature: e1d261e
  • Removed unnecessary line break: e64421b

Credits

Huge thanks to @ntwcklng for his help!

2.5.0

11 Apr 18:14
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Display help when subcommand is unknown: #76

Patches

  • Bumped dependencies to the latest version: fc2d08e
  • Fixed linting: cf870a2

Credits

Huge thanks to @ntwcklng for their help!

2.4.2

11 Apr 14:00
@leo leo
Compare
Choose a tag to compare

Patches

  • Fixed defaultValue property of .options: #75 and #78

Credits

Huge thanks to @ntwcklng for his help!

2.4.1

29 Mar 06:40
@leo leo
Compare
Choose a tag to compare

Patches

Credits

Huge thanks to @ntwcklng for his help!

2.4.0

25 Mar 14:18
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Added .example + .examples methods: #60

Patches

  • Bump node version in engines, remove loud-rejection: #61
  • Chore(package): update ava to version 0.18.2: #62
  • Lowercased text files: 9af064a
  • Change output colors in config: #65
  • Test on Node LTS as well: 3682ac1
  • Added .editorconfig file: b5bdbe4
  • Use prettier: 9fd1ef3
  • Added missing dependencies: 0821926
  • Script running for each commit added: a3ff062
  • Prettified everything: a7e01b8
  • Only lint on each commit, don't run unit tests: f0b93b9

Credits

Huge thanks to @rtsao and @ntwcklng for their help!

2.3.0

10 Feb 17:52
@leo leo
f0aa561
Compare
Choose a tag to compare

Minor Changes

  • Transform duplicated short flag to upper case: #55

Patches

  • Update ava to version 0.18.0: #53
  • Only transform duplicated flags if they're a single character long: #56
  • Pinned dependencies: b56052d
  • No need to tell greenkeeper about the mails anymore: 05fb7f9
  • Make license legally correct: b0c76b1

Credits

Huge thanks to @ntwcklng for his help!