All Versions
30
Latest Version
Avg Release Cycle
98 days
Latest Release
1746 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v9.1.2
April 06, 2020 -
v9.1.1
April 04, 2020 -
v9.1.0
April 03, 2020 -
v9.0.0 Changes
October 10, 2019β Added
- π Support for Swift 5
β‘οΈ Updated
- π Usage of a custom Result type was deprecated in favor of Swift 5's Result type
π Fixed
- π§ Regression introduced in 7.1.1 affecting Linux build
- π Extended permissive date formats to handle unparsed pubDate
- #86 #76 reported by kejour and RayZhao1998
- FeedKit.Result collides with Swift 5 Result
- #88 reported by lauri-koli-vincit
- π JSONFeedParser date parsing can cause unexpected behaviour
- Elements media:content/media:keywords not being picked up
- π Handle non initialized feed models
- π§ Build failure on Linux & Swift 5.1
-
v8.1.1 Changes
March 15, 2019π Fixed
- Avoid reencoding all incoming data to UTF-8
- #83 by GarthSnyder
- Avoid reencoding all incoming data to UTF-8
-
v8.1.0 Changes
February 23, 2019β Added
- π Support for Swift 4.2
- β Added public initializers to the RSS and Atom Feed Models
- β Added support for the
media:title
,media:description
,media:player
andmedia:thumbnails
xml elements within themedia:content
element in the Media namespace Models- #66 reported by sglushchenko
- β Added support for the
itunes:type
,Γ¬tunes:episodeType
,itunes:season
, anditunes:episode
elements- #61 by George Cox
- β Added public initializers to the JSON Feed Model
- #58 by Lauri Koli
β‘οΈ Updated
- π FeedParser initializers no longer failable
- Adopted Codable conformance for mapping JSON feeds
- β Removed verbose output pod lib lint in travis
π Fixed
-
v8.0.0 Changes
June 10, 2018 -
v7.1.1 Changes
June 08, 2018β‘οΈ Updated
- π Parse all RSS and ATOM dates permissively
- #56 by GarthSnyder
- π Reattempt parsing of RFC822 dates without day prefix
- #55 by GarthSnyder
- π Strip leading and trailing whitespace before parsing dates
- #54 by GarthSnyder
- π Terminate XML parsing as soon as a complete feed is received
- #53 by GarthSnyder
- π Allow parsing from an InputStream containing XML
- #52 by GarthSnyder
- Faster and more robust feed type determination
- #51 by GarthSnyder
π Fixed
- π Parse all RSS and ATOM dates permissively
-
v7.1.0 Changes
April 27, 2018β Added
- π Support for Xcode 9.3 and Swift 4.1
-
v7.0.1 Changes
November 02, 2017π Fixed
- π Fixed 'characters' is deprecated for Swift 4.0.2 #41