-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Refactor DashToSeparator
Filter
#184
Conversation
Opening a Draft to seek feedback before I progress this any further. Could you let me know if this is broadly what you had in mind please? |
Signed-off-by: ramchale <[email protected]>
3336485
to
52e9f2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ramchale :)
Ideally, each filter refactor should be accompanied by changes to the docs too - Here's an example and a companion patch targeting the next 2.x minor with the relevant deprecations, like this one
- Use ScalarOrArrayFilterCallback::applyRecursively - Remove setSeparator and getSeparator - Add to migration doc - Update usage doc to remove construction without Options array Signed-off-by: ramchale <[email protected]>
Thanks. I've updated that in line with the suggestions, let me know if further changes are needed. I'll open a corresponding deprecation branch against the current minor branch when I get a little bit of time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one tweak to the docs, otherwise LGTM!
DashToSeparator
Filter
Co-authored-by: George Steel <[email protected]> Signed-off-by: Richard McHale <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ramchale :)
Description
Refactoring DashToSeparator based on #177