Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.3.0
toolsmith
Browse files
Jul 24, 2019
chore(release): 0.3.0
· 332931d8
AdrianT
authored
Jul 24, 2019
View commits for tag v0.3.0
v0.3.0
332931d8
feat: Added convenience function for installing subcommands and middleware via require.
· 21e872a9
AdrianT
authored
Jul 24, 2019
21e872a9
feat!: Error logging functions now accept printf-style format strings.
· 36980f9c
AdrianT
authored
Jul 24, 2019
36980f9c
tweak!: Removed support for custom stdout handling; auto-help now prints to console.log directly.
· 36722cad
AdrianT
authored
Jul 24, 2019
36722cad
chore(tidy): Removed remaining instances of double-quotes.
· 2ee44152
AdrianT
authored
Jul 24, 2019
2ee44152
tweak: Error messages are now prefixed with the base command name.
· 4e731f09
AdrianT
authored
Jul 24, 2019
4e731f09
Jul 23, 2019
chore(docs): Fixed changelog weirdness.
· b0ebaf10
AdrianT
authored
Jul 24, 2019
b0ebaf10
chore(release): 0.2.0
· 5b40e0f0
AdrianT
authored
Jul 24, 2019
View commits for tag v0.2.0
v0.2.0
5b40e0f0
feat: Middleware functions can now be installed to run before command handlers.
· c3a0ae14
AdrianT
authored
Jul 24, 2019
c3a0ae14
tweak!: A single context object is now used to represent a command chain.
· 56301748
AdrianT
authored
Jul 24, 2019
56301748
tweak: Call parent command handler if no subcommand is specified.
· dc98df8a
AdrianT
authored
Jul 23, 2019
dc98df8a
Jul 22, 2019
tweak: Usage errors now offer the '--help' flag instead of just dumping a usage string.
· f41736f4
AdrianT
authored
Jul 23, 2019
f41736f4
chore(build): Added versionrc.
· ec179579
AdrianT
authored
Jul 23, 2019
ec179579
tweak: Added missing '-' and '--' to option error messages.
· ed26f6d5
AdrianT
authored
Jul 23, 2019
ed26f6d5
tweak: Show full sub-command paths in help output.
· a95a56eb
AdrianT
authored
Jul 22, 2019
a95a56eb
chore(deps): Updated dependencies.
· 3584aa2c
AdrianT
authored
Jul 22, 2019
3584aa2c
Initial commit.
· 5d8657ed
AdrianT
authored
Jul 22, 2019
View commits for tag v0.1.1
v0.1.1
5d8657ed
Loading