Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.11.0 #51

Merged
merged 5 commits into from
Nov 8, 2024
Merged

v0.11.0 #51

merged 5 commits into from
Nov 8, 2024

Conversation

roziscoding
Copy link
Contributor

@roziscoding roziscoding commented Nov 8, 2024

closes #38
closes #49

roziscoding and others added 4 commits August 29, 2024 07:15
* test: add integration test for default handler

* fix(test): remove `only` from test case
…#45)

* chore: move flow control functions to a utils file

* feat: add imports of commands

* fix:
- imports of `matchesPattern`
- duplicate default handler registration
- unintended null case reach at `isCommandOptions`

* feat: add prevention for whitespace only custom prefixes at commandGroup level too

* test: add basic integration test for imported commands

* test: add testing for isCommandOptions

* Apply suggestions from code review

Co-authored-by: Roz <3948961+roziscoding@users.noreply.github.com>

---------

Co-authored-by: Roz <3948961+roziscoding@users.noreply.github.com>
feat: make handler optional in `addToScope`
* fix: register default scope handler last

* feat: add integration test for ensuring default handler is register last

* fix: return main composer instead of the nested one

* fix: return a completely new composer

---------

Co-authored-by: Hero Protagonist <heroprotagonist32@gmail.com>
@carafelix carafelix merged commit d97283a into main Nov 8, 2024
12 checks passed
@roziscoding roziscoding deleted the next branch November 12, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default command handler overshadowing every other scope Support for Exporting and Importing Commands
2 participants