-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(modifications): Implement "when" conditions #186
Conversation
FoxxMD
commented
Sep 9, 2024
•
edited
Loading
edited
- Enable using multiple "when" conditions of regex matching to determine if a hook or individual part-rules should run
- Use updated regex buddy lib to enable caching parsed rule regexes for performance
- Refactor hooks so they can be an array of parts rather than a single object
- Enables a user to have multiple if-then scenarios per hook
- Refactor hook parts so they can be parsed from external files
📦 A new release has been made for this pull request.To play around with this PR, pull an image:
Images are available for x86_64 and ARM64.
|
|
9b808c8
to
09ea158
Compare