Change Log

This file includes all notable changes to CSFeedKit.

CSFeedKit uses Semantic Versioning.


0.3.0 (08/21/2020)

Released on Friday, August 21, 2020.

This release adds support for the image and enclosure properties of an RSS channel and item respectively. It also updates the projects to Xcode 11.6 recommended build settings and the Xcode project format to 9.3. The examples have also been updated to Swift 5.

Added

0.2.1 (08/24/2016)

Released on Wednesday, August 24, 2016.

Hotfix release.

Fixed

The value of the pubDate property of CSFeedChannel was mistalenly being exported as lastBuildDate. 30b1bf6.

0.2.0 (08/24/2016)

Released on Wednesday, August 24, 2016.

This releases fixes a bug when generating RSS feeds and adds the pubDate property to feed channels and feed items.

Fixed

The RSS feeds where being generated using the “feed” tag instead of the “rss” tag. 7cf0e4d.

Added

Both the CSFeedItem and CSFeedChannel now have a pubDate property.

0.1.0 (08/01/2016)

Released on Monday, August 1, 2016.

The initial release.