Releases: dotnet/SyndicationFeedReaderWriter
1.0.2
Microsoft.SyndicationFeed.ReaderWriter
Microsoft.SyndicationFeed.ReaderWriter provides lightweight forward-only read/write APIs (similar to .NET XmlReader/Writer) to simplify the reading and writing of RSS 2.0 (spec) and Atom (spec) syndication feeds. It supports custom feed elements and formatting. The workflow is async on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency.
This release can be downloaded from NuGet via the Microsoft.SyndicationFeed.ReaderWriter package.
Bug Fixes
- RSS feed items now include categories when parsed #19
1.0.1
Microsoft.SyndicationFeed.ReaderWriter
Microsoft.SyndicationFeed.ReaderWriter provides lightweight forward-only read/write APIs (similar to .NET XmlReader/Writer) to simplify the reading and writing of RSS 2.0 (spec) and Atom (spec) syndication feeds. It supports custom feed elements and formatting. The workflow is async on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency.
This release can be downloaded from NuGet via the Microsoft.SyndicationFeed.ReaderWriter package.
Enhancements
- Added an option to use CDATA instead of xml escaped content #13
Bug Fixes
1.0.0
Microsoft.SyndicationFeed.ReaderWriter
Microsoft.SyndicationFeed.ReaderWriter provides lightweight forward-only read/write APIs (similar to .NET XmlReader/Writer) to simplify the reading and writing of RSS 2.0 (spec) and Atom (spec) syndication feeds. It supports custom feed elements and formatting. The workflow is async on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency.
This release can be downloaded from NuGet via the Microsoft.SyndicationFeed.ReaderWriter package.
Enhancements
- Added AtomFeedWriter with specification related helpers
- Added specification related helpers to RssFeedWriter
- Improved custom namespaces capabilities.
Breaking Changes
- Microsoft.SyndicationFeed renamed to Microsoft.SyndicationFeed.ReaderWriter
- Removed 20 moniker from Rss related types (ex. Rss20FeedWriter is now RssFeedWriter)
- The old NuGet package for Microsoft.SyndicationFeed is delisted
1.0.0-preview
Microsoft.SyndicationFeed
Microsoft.SyndicationFeed provides APIs similar to .NET XMLReader to simplify the reading and writing of RSS 2.0 (spec) and Atom (spec) syndication feeds. The syndication feed readers and writers were developed with extensiblity and customization in mind to allow consumers to support their own custom feed elements. Syndication Feed operations are on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency.
This release can be downloaded from NuGet