Skip to content

Releases: davetron5000/gli

v2.19.1

31 May 14:15
Compare
Choose a tag to compare
  • Slower tests can wait longer to timeout. See #297 and thanks @calestar !

v2.19.0

03 Sep 15:03
Compare
Choose a tag to compare
  • Change how multiple arguments are documented in help. Previously, we used commas which implies you must put commas on the command line, which you shouldn't, so…this was not a good way to document them :) Fixed now to mirror what git does, e.g. git add pathspec... See #290 and thanks @Bluewind !

v2.18.2

10 Aug 12:37
Compare
Choose a tag to compare
  • Fix bug where gemspec assumes git init has been run, but that is not always the case. See #289 and thanks @carlesjove !

v2.18.1

26 Jun 21:55
Compare
Choose a tag to compare
  • Fixed bug where autocomplete command configuration was not properly passed down to commands when trying to locate them recursively. See #288 and #287 (thanks @atareshawty for the fix!)

v2.18.0

08 Sep 17:59
Compare
Choose a tag to compare
  • Generated CLIs are now namespaced to avoid issues with dump methods into global scope. See #278 (thanks @dblock!)

v2.17.2

18 Aug 18:02
Compare
Choose a tag to compare
  • Remove has_rdoc since that no longer is supported in gemspecs. see #276 (thanks @dblock)
  • Also, updates dev dependencies, see #277 (also @dblock)

v2.17.1

18 Nov 18:38
Compare
Choose a tag to compare
  • Fixes issue where using use_openstruct true and nested commands causes an error calling to_sym. See #267 and #268

v2.17.0

22 Oct 15:08
Compare
Choose a tag to compare

v2.16.1

04 Aug 00:28
Compare
Choose a tag to compare

v2.16.0

21 Mar 15:10
Compare
Choose a tag to compare
  • Pass example metadata to the document listener (see #263)

This is part of work on a markdown version of the generated documentation, but it's fairly hacky right now, so I'm developing it internally at my company to polish it up.