-
Notifications
You must be signed in to change notification settings - Fork 339
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
templater: add Email template type, deprecate Signature.username()
#5079
Conversation
aa7ae95
to
eee3065
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.
f30ac35
to
94d0071
Compare
A potential issue of this change is that you can no longer simply compare |
I think it's okay to implement |
94d0071
to
e2c6fa3
Compare
I've updated the PR to add |
e2c6fa3
to
a76fbd0
Compare
The `Signature.email()` method is also updated to return the new Email type. The `Signature.username()` method is deprecated for `Signature.email().local()`.
a76fbd0
to
51b7895
Compare
The
Signature.email()
method is also updated to return the new Email type. TheSignature.username()
method is deprecated forSignature.email().local()
.This is an alternative to #4687.
Checklist
If applicable:
CHANGELOG.md