What's Changed
- fix(discovery): percent-encode non-BMP href characters correctly by @otnc in #132
- fix(atom): reject a relative atom:id from the link/self fallback by @otnc in #133
- test: verify XML well-formedness and escaping round-trip with a real parser by @otnc in #134
- feat: allow FeedOptions.author to be Author | Author[] by @otnc in #135
- feat(podcast): itunes:category subcategory nesting (Apple's two-level taxonomy) by @otnc in #136
- feat: map Category.label to Atom's label attribute (RFC 4287 §4.2.2.3) by @otnc in #137
- feat: map Enclosure.title to JSON Feed attachment title by @otnc in #138
Full Changelog: v1.0.1...v1.1.0