v1.0.0
What's Changed
- feat(rss): dc:creator fallback for item authors without an email by @otnc in #106
- feat(lint): add lintInput soft-validation helper by @otnc in #107
- feat(json): add Author.avatar and FeedOptions.userComment by @otnc in #108
- feat(atom): add contributor and per-entry xml:lang by @otnc in #109
- feat(rss): add feed-level published mapping to channel by @otnc in #110
- feat(podcast): add remaining Apple-documented itunes fields by @otnc in #111
- fix(rss): gate comments/channel category to RSS 2.0, not 0.92+ by @otnc in #118
- fix(json): absolutize author.url like every other JSON Feed URL field by @otnc in #119
- fix(serve): only evaluate conditional requests for GET/HEAD by @otnc in #120
- fix(validate): reject a negative or non-integer ttl by @otnc in #121
- feat(lint): flag missing Atom alternate link and archive rel=current by @otnc in #122
- docs: clarify format-query fallback and Feed.toInput() sharing by @otnc in #123
- release v1.0.0 by @otnc in #124
Full Changelog: v0.7.1...v1.0.0