Is your feature request related to a problem? Please describe.
I'm working on adding syndication to the npmx.dev blog and their blog posts have multiple authors. The JSON Feed spec allows that using the "authors" field only since version 1.1.
Describe the solution you'd like
The library would support generation of JSON Feed version 1.1 strings from Feed instances.
Describe alternatives you've considered
Rolling JSON Feed generation myself within the npmx project. However, I like that this library is doing and I'd like to contibute to it by updating its capability this way.
Additional context
Like I mentioned, I'd like to take a stab at this. I'm opening this issue to follow the recommendation in the contibution doc to open an issue before submitting a PR.
Is your feature request related to a problem? Please describe.
I'm working on adding syndication to the npmx.dev blog and their blog posts have multiple authors. The JSON Feed spec allows that using the "authors" field only since version 1.1.
Describe the solution you'd like
The library would support generation of JSON Feed version 1.1 strings from
Feedinstances.Describe alternatives you've considered
Rolling JSON Feed generation myself within the npmx project. However, I like that this library is doing and I'd like to contibute to it by updating its capability this way.
Additional context
Like I mentioned, I'd like to take a stab at this. I'm opening this issue to follow the recommendation in the contibution doc to open an issue before submitting a PR.