All Versions
30
Latest Version
Avg Release Cycle
98 days
Latest Release
1453 days ago

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