All Versions
30
Latest Version
Avg Release Cycle
98 days
Latest Release
1708 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v7.0.0 Changes
โ Added
- ๐ Support for Swift 4 and Xcode 9
-
v6.2.0 Changes
โ Added
- ๐ Support for the RSS 0.90 specification
-
v6.1.3 Changes
๐ Fixed
- ๐
parseAsync
no longer assumes that the user wants the result closure back to the Main queue. ### โก๏ธ Updated - ๐ Documentation
- ๐
-
v6.1.2 Changes
๐ Fixed
- 0๏ธโฃ parseAsync now defaults to the global queue and correctly bring the result back to the main thread
- ๐ Missing pubDate data after parsing RSS feed
- Media namespace not available on AtomFeed
โก๏ธ Updated
- ๐ Documentation Style
- Normalized internal method signatures
- Rearranged folders structure
-
v6.1.1 Changes
๐ Fixed
- โ Removed non utf-8 characters from test files
-
v6.1.0 Changes
โ Added
- ๐ง Linux Support
- FeedKit.paw
๐ Fixed
- ๐ Support for Swift Package Manager
- โช Reverted removal of Foundation imports
- ๐ Fixed 'Error' is not convertible to 'NSError' on Linux
- ๐ Fixed use of undeclared type 'DispatchQueue' when build in Linux
โก๏ธ Updated
- Access control modifiers
- ๐ Improved Documentation
-
v6.0.2 Changes
โ Added
- ๐ Cocoadocs styles yml ### โก๏ธ Updated
- ๐ Documentation
-
v6.0.1 Changes
โก๏ธ Updated
- โ Excluded tests from the SPM
-
v6.0.0 Changes
โ Added
- ๐ Asynchronous feed parsing
- iTunes Podcasting Tags Namespace
- Media Namespace
- ๐ JSON Feed Support
- Equatable Models (RSS, Atom and JSON)
- โ Unit Tests
โก๏ธ Updated
- ๐ Examples with asynchronous feed parsing
- โ Unit tests with asynchronous feed parsing
- ๐ Documentation
๐ Fixed
- ๐ Fixed crashes when trying to parse a feed URL offline #4
โ Removed
- ๐ Support for Input Streams
-
v5.1.0 Changes
โ Added
- ๐ Abort Parsing method
๐ Fixed
- Completion block executing twice on failure