Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.1.0]

Fixed

  • Misisng public ACL for rx namespace.

[2.0.0]

Added

  • Add SPM.

Removed

Changed

  • Resolve warnings due to Image deprecation.

[1.0.0] - 2019-08-07

Changed

  • Minimum Swift Version is 5.
  • Requires RxSwift 5.

[0.6.0] - 2019-08-07

Added

  • Support for retrieving Source

[0.5.0] - 2019-03-01

Changed

  • Minimum deployment targets are now iOS 10, tvOS 10 and macOS 10.12.
  • Minimum Swift Version is 4.2.
  • RxKingfisher now works with, and requires, Kingfisher 5

[0.3.0] - 2018-10-15

Added

  • Support for Swift 4.2 and Xcode 10.

[0.2.0] - 2018-07-28

Changed

  • Use Binder instead of AnyObserver.

[0.1.1] - 2018-05-21

Changed

  • Allow using an Optional Resource on the ImageView extension by @freak4pc PR#3

[0.1] - 2018-05-10

Initial Release