-
-
Notifications
You must be signed in to change notification settings - Fork 329
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(filters): add new filters for encoding and decoding base64 strings #210
Conversation
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.
Great work!
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.
This looks great! A very neat job. Are you happy for me to pick this up and make the usual minor tweaks, commas and newlines, and final polish? I plan to roll this up along with your other excellent PRs into the next release.
@bitfield Thank you so much! And yes absolutely, feel free to pick it up and make any tweaks that are needed. |
Added two new filters:
EncodeBase64
andDecodeBase64
for encoding and decoding base64 strings. This PR closes #181.