All Versions
30
Latest Version
Avg Release Cycle
98 days
Latest Release
773 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