-
Notifications
You must be signed in to change notification settings - Fork 150
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
Add Custom Fields #48
Conversation
Adds the ability to add custom fields with a namespace to the RSS feed.
I guess we will need to drop go1.7 support in order to include this. @elithrar do you think it's too soon to do that, or probably fine? It's almost 2 years old now |
Yes, we should require 1.7 and cut a new release for that, as well as
update the Travis config to match.
…On Thu, Jun 14, 2018 at 8:13 AM Kamil Kisiel ***@***.***> wrote:
I guess we will need to drop go1.7 support in order to include this.
@elithrar <https://github.com/elithrar> do you think it's too soon to do
that, or probably fine? It's almost 2 years old now
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#48 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABIcNYsyE7GqmxcJwWZa5_k7q6poCqrks5t8n2igaJpZM4UneQH>
.
|
You mean require 1.8? That seems to be the earliest version with |
Yes, sorry! 1.8+ is fine. We’re at 1.10 and 1.11 in August.
…On Thu, Jun 14, 2018 at 12:57 PM Kamil Kisiel ***@***.***> wrote:
You mean require 1.8? That seems to be the earliest version with xml.Attr
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#48 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AABIcC-YzMGDghp0l5xnkelknmQ7OFMpks5t8sA3gaJpZM4UneQH>
.
|
Cool! I just realized that I need to comment the functions for the GoDoc, so I'll do that and make another commit. Feel free to request any other changes. |
Great. I just updated |
This issue has been automatically marked as stale because it hasn't seen a recent update. It'll be automatically closed in a few days. |
This is a pull request that addresses issue #25.