1.0.1
This release contains a fix for an issue impacting the auto-complete feature in the default @stricli/create-app
template and changes in the core to allow for parsed array-typed flags without the variadic
modifier.
What's Changed
- fix: update auto-complete template to output completions by @molisani in #19
- fix: export constituent types of TypedCommandParameters individually by @molisani in #24
- fix: allow flags to parse arrays without variadic modifier by @molisani in #25
- chore: prettierignore CHANGELOG.md by @tchetwin in #8
- chore: refer to org-wide CoC and Security by @tchetwin in #9
- docs: correct typo with --template flag in tutorial by @molisani in #11
- docs: fix broken links in CONTRIBUTING.md by @haoqunjiang in #12
- docs: set
trailingSlash: false
to fix refresh issues on GitHub pages by @haoqunjiang in #14 - Added yargs to list of popular alternatives in /docs by @dvidsilva in #16
- ci: script to add label to PR based on edited package by @molisani in #26
- chore: remove docs/examples from release, use conventional commits by @molisani in #28
New Contributors
- @tchetwin made their first contribution in #8
- @haoqunjiang made their first contribution in #12
- @dvidsilva made their first contribution in #16
Full Changelog: release/1.0.0...release/1.0.1