Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Releases: dotnet/SyndicationFeedReaderWriter

1.0.2

13 Nov 21:18
53d1b43
Compare
Choose a tag to compare

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

06 Nov 22:22
ff35f7a
Compare
Choose a tag to compare

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

  • Atom dates now properly use the RFC 3339 format #10
  • Added support for XML media type in Atom Entry #9
  • Added support for xhtml content type in Atom entry #8

1.0.0

12 Sep 22:39
Compare
Choose a tag to compare

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

06 Sep 22:58
Compare
Choose a tag to compare
1.0.0-preview Pre-release
Pre-release

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