Skip to content

Releases: AckeeCZ/ACKReactiveExtensions

SwiftPM & Realm 5

17 Jul 12:01
Compare
Choose a tag to compare

5.0.1

26 Jun 10:41
Compare
Choose a tag to compare
  • fix RealmCollection bug in case when Realm data is modified before it sends initial change notification (#43, kudos to @olejnjak)

5.0

02 May 12:47
Compare
Choose a tag to compare
5.0
  • update ReactiveSwift & ReactiveCocoa, use native Result (#41, kudos to @olejnjak)
  • deprecate extensions which are available using Swift typed keypaths #40 (#42, kudos to @olejnjak)

Deprecated extensions will be removed in next release

Swift 5 & Xcode 10.2

28 Mar 15:35
Compare
Choose a tag to compare
  • migrate to Xcode 10.2 and Swift 5 (#39, kudos to @olejnjak)

Dependencies fix

11 Jan 14:26
Compare
Choose a tag to compare
  • fix dependencies to keep library compileable

App extension API only

15 Oct 17:53
Compare
Choose a tag to compare

New

Swift 4.2 & Xcode 10

20 Sep 07:20
2cb7f8c
Compare
Choose a tag to compare

New

This is the first version that requires Xcode 10 and Swift 4.2+.

3.5.0

19 Sep 20:32
Compare
Choose a tag to compare

New

NOTE: This is the last release that supports Xcode 9.x

Fix ambiguities

29 Aug 11:55
Compare
Choose a tag to compare

Fixes

  • fix UINavigationItemExtensions ambiguity with new extensions from ReactiveCocoa (#29, kudos to @tommhol)

3.4.2

31 Jul 11:38
Compare
Choose a tag to compare

Fixes

  • remove signal.merge(with:) as it is ambigous in ReactiveSwift 4.0 (#26, kudos to @olejnjak)
  • remove producer.merge(with:) as it is amibous in ReactiveSwift 4.0 (#27, kudos to @olejnjak