Releases: infinitered/gluegun
Releases · infinitered/gluegun
v4.1.0
4.1.0 (2019-10-31)
Features
- plugins: Allows commands, extensions, and templates to be nested in a build folder (#650 by @jamonholmgren) (4620f93)
v4.0.3
v4.0.2
4.0.2 (2019-10-16)
Bug Fixes
v4.0.1
4.0.1 (2019-10-03)
Bug Fixes
- perf: Colors safe import for small performance boost (#614 by @Aaron-K-T-Berry) (a35eb30)
v4.0.0
4.0.0 (2019-09-28)
Notable Changes
- deps: update dependency cosmiconfig to v5.2.1 (#535) (cd9f3d5)
- deps: update dependency cross-spawn to v7 (#590) (a5ee773)
- deps: update dependency execa to v2 (#551) (408bcf9)
- deps: update dependency ora to v4 (#600) (88c4ec8)
- deps: update dependency yargs-parser to v14 (#592) (68c6ac8)
- Switch generated CLIs to use latest Gluegun by default (30b8acd)
BREAKING CHANGES
- deps: ora has been updated to version 4. Ora powers
print.spin
and it's possible that if you're doing something custom with it, that you may need to know more about it. Check the release notes here: #600 - deps: yargs-parser is being used to parse arguments and has been bumped 2 major versions. While it's unlikely to affect most Gluegun users, you can read the list of changes in the PR by expanding the Release Notes here: #592
- deps: cross-spawn has breaking changes, and it's used to power Gluegun's system.spawn command. If you're using system.spawn, check the changes here: https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md#%E2%80%8B700httpsgithubcommoxystudionode-cross-spawncomparev605v700-2019-09-03
- deps: Execa 2.0 has some breaking changes, so if you're using system.exec, you need to check and see if this will affect you. Relevant blog post: https://codeburst.io/execa-v2-20ffafeedfdf
v3.3.5
3.3.5 (2019-09-28)
Bug Fixes
- boilerplate: Update template's gluegun dependency to latest major (#604 by @joebochill) (98fdb7a)
- deps: update dependency enquirer to v2.3.2 (#599) (d2589c3)
- types:
fancy
can support any type of message not just strings (#596 by @danawoodman) (1704da1)
v3.3.4
3.3.4 (2019-08-31)
Bug Fixes
- cli: templates can now have includes (fixes #570) (#587 by @jonatanlins) (e555227)
- perf: improve performance by removing unnecessary filter loops (#578 by @jperasmus) (f3a175d)
- toolbox:
run
command and type improvements (#577 by @jperasmus) (3c39404)
v3.3.3
v3.3.2
v3.3.1
3.3.1 (2019-06-13)
Bug Fixes
- cli: Boilerplate TypeScript CLIs now properly copy templates folder (#537 by @jamonholmgren) (faea99a)
- deps: Upgrades several dependencies (#534 by @jamonholmgren) (610e81b)