Skip to content

Releases: leo/args

2.2.4

19 Jan 19:42
@leo leo
aea0181
Compare
Choose a tag to compare

Patches

  • Node.js v4, v5 support: #51

Credits

Huge thanks to @TooTallNate for his help!

2.2.3

12 Jan 11:22
@leo leo
f8a1ed4
Compare
Choose a tag to compare

Patches

  • Use JSON for Travis CI config file: 4033f5f
  • Goodbye transpilation workflow: 4ac8d90
  • Made package keywords much more concise: 9d38330
  • No need to run a development script anymore: 8c0c37c
  • The output directory doesn't need to be ignored: 1898df0
  • Use regular require statements for loading packages: c7b1cc8
  • Export module using already working syntax: 5e6e5bd
  • Bumped package to latest version: b1b9be1

2.2.2

12 Jan 11:07
@leo leo
bd4d2bd
Compare
Choose a tag to compare

Patches

  • Command line indicator removed: b07cf9d
  • Better wording for installation: 1dc583e
  • Allow int arg to be 0: #49
  • Added author section: 79fdf4d

Credits

Huge thanks to @pablopunk for their help!

2.2.1

13 Dec 08:15
@leo leo
a4f1d34
Compare
Choose a tag to compare

Patches

  • Proxy sub-commands' exit codes and signals: #48
  • Improved badges and intro in the README.md file: fed1f8a

2.2.0

08 Dec 10:35
@leo leo
3a4b648
Compare
Choose a tag to compare

Minor Changes

  • The default values of your options now show up in the usage information: #39
  • You can now pass options through to minimist directly: #47

Patches

2.1.0

02 Oct 23:56
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Added option for customizing the name of the current binary (shown in the usage info): #32
  • Documented "name" option in README.md: #33

2.0.0

22 Aug 13:27
@leo leo
Compare
Choose a tag to compare

Major Changes

  • Dropped support for node versions below v6: This is an important step into the direction of making the whole community use the latest releases.
  • Support for command aliases added, thanks to @matheuss ❤️

v1.3.1

12 Jul 10:26
@leo leo
Compare
Choose a tag to compare

Fixed

I've spend many hours trying to figure out why events like "SIGINT" don't get triggered in the process that gets spawned when running a sub command (like cory serve). Now I've finally figured out what the problem was: If you detach the child process from its parent, it won't receive these events. 😅

Such a huge problem, but just a simple fix: 5431331

v1.3.0

23 Jun 08:58
@leo leo
Compare
Choose a tag to compare

New

  • Method for defining multiple options at once: .options()

Fixed

  • Integers won't be passed through toString() anymore. This created the bug mentioned in #21 and has been fixed in the following commit: 6295c99
  • Now using ES2015 code within gulpfile.babel.js
  • Full-fledged author field: 2f960e8

v1.2.1

10 Jun 07:16
@leo leo
Compare
Choose a tag to compare

Fixed

  • Chalk is now a normal (instead of dev) dependency: #17
  • Usage information is better visible if using a dark terminal theme: #19