Skip to content

Releases: infinitered/gluegun

More Ways To Run

03 Feb 01:26
Compare
Choose a tag to compare

Features

Aliases and Hidden Commands

26 Jan 21:41
Compare
Choose a tag to compare

Features

Hidden Commands and Customized Template Dirs

02 Jan 20:43
Compare
Choose a tag to compare

Features

  • hide plugins & commands from the command line - #122 by @skellock
  • templates now have a configurable base directory - #126 by @skellock

Fixes

  • a better error is thrown when a template is not found - #125 by @skellock

Welcome back context.prompt.confirm

16 Dec 15:11
Compare
Choose a tag to compare

Fixes

  • Returns context.prompt.confirm to it's rightful home. #120 by @skellock

v0.7.2

16 Dec 14:37
Compare
Choose a tag to compare

Fixes

This is the release that 0.7.1 should have been. I forgot to check in a file.

Leaving this here as a permanent mark of shame.

Safety first when using parameters.options

16 Dec 00:41
Compare
Choose a tag to compare

Fixes

v0.7.0

16 Dec 00:37
Compare
Choose a tag to compare

Features

Fixes

Load Filtering

15 Dec 14:26
Compare
Choose a tag to compare

Features

  • loadAll now supports a 2nd parameter to support filtering the list of sub-directories. #105 by @skellock

For example:

  .loadAll('node_modules', 'ignite-*')

Fix Default Plugin

14 Dec 19:30
Compare
Choose a tag to compare

Fixes

  • Fixes default plugin not working #103 by @skellock
  • Prints the commands of the default plugin when showing the list of plugins #104 by @skellock

Extra Debugging

14 Dec 13:07
Compare
Choose a tag to compare

New

  • Exposes the printWtf function which prints errors found when loading plugins, packages, and extensions. #99 by @skellock