Releases: bloomberg/stricli
Releases · bloomberg/stricli
1.1.0
1.1.0 (2024-11-04)
🚀 Features
- new option to display brief with custom usage (d78fda3)
🩹 Fixes
- verify @types/node version with registry (1a762b0)
- hidden --node-version flag to bypass version discovery (f237e04)
❤️ Thank You
- Michael Molisani
Everything Else
- ci: create release workflow by @molisani in #29
- ci: enable id-token permission for npm provenance by @molisani in #31
- docs: increase z-index of navbar to place on top of editor by @molisani in #36
- docs: populate brief for all live playground examples by @molisani in #35
- docs: describe placeholder option for positional args by @molisani in #33
- ci: set github-actions[bot] as git user for release by @molisani in #37
Full Changelog: release/1.0.1...release/1.1.0
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
1.0.0 - Initial Release
For a more complete write-up introducing Stricli, please check out this blog post: https://bloomberg.github.io/stricli/blog/intro
What's Changed
- docs: update package readme files by @mkubilayk in #1
- chore: drop lerna dependency by @mkubilayk in #3
- chore: set up github actions ci by @molisani in #2
- fix(create-app): add process to context by @mkubilayk in #4
- chore: define codeowners by @molisani in #6
- chore: add trademark notice/guidelines by @molisani in #5
- docs: final update of intro blog post by @molisani in #7
New Contributors
- @mkubilayk made their first contribution in #1
- @molisani made their first contribution in #2
Full Changelog: https://github.com/bloomberg/stricli/commits/release/1.0.0