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

Allow ignore {} in pattern when braceExpand #37

Closed
roggervalf opened this issue Dec 5, 2020 · 1 comment · Fixed by #38
Closed

Allow ignore {} in pattern when braceExpand #37

roggervalf opened this issue Dec 5, 2020 · 1 comment · Fixed by #38
Labels
bug Something isn't working enhancement New feature or request released

Comments

@roggervalf
Copy link
Owner

roggervalf commented Dec 5, 2020

Allow a way to pass for example a{b,d}c in a way that braceExpand ignores {}. Right now it is checking $ symbol but seems that is not working as expected

@roggervalf roggervalf created this issue from a note in Iam Policies Features (To do) Dec 5, 2020
@roggervalf roggervalf added enhancement New feature or request bug Something isn't working labels Dec 5, 2020
roggervalf added a commit that referenced this issue Dec 5, 2020
… {a}

there is a refactor too, trying to separate braceExpand logic in a utility function

fix #37
Iam Policies Features automation moved this from To do to Done Dec 6, 2020
roggervalf added a commit that referenced this issue Dec 6, 2020
… {a}

there is a refactor too, trying to separate braceExpand logic in a utility function

fix #37
roggervalf pushed a commit that referenced this issue Dec 6, 2020
## [4.2.1](v4.2.0...v4.2.1) (2020-12-06)

### Bug Fixes

* **matcher:** allow ignoring {} by using $, ie ${a} should match with {a} ([470f07d](470f07d)), closes [#37](#37)
@roggervalf
Copy link
Owner Author

🎉 This issue has been resolved in version 4.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request released
Projects
Development

Successfully merging a pull request may close this issue.

1 participant