Skip to content

Releases: bloomberg/stricli

1.1.0

04 Nov 15:20
Compare
Choose a tag to compare

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

22 Oct 20:50
Compare
Choose a tag to compare

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

Full Changelog: release/1.0.0...release/1.0.1

1.0.0 - Initial Release

01 Oct 10:39
Compare
Choose a tag to compare

For a more complete write-up introducing Stricli, please check out this blog post: https://bloomberg.github.io/stricli/blog/intro

What's Changed

New Contributors

Full Changelog: https://github.com/bloomberg/stricli/commits/release/1.0.0