Skip to content

Releases: RxSwiftCommunity/RxController

1.3.2

10 Sep 07:49
4a3e7b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

24 Jul 14:24
a316483
Compare
Choose a tag to compare

1.3

17 Jan 08:28
b8d2742
Compare
Choose a tag to compare
1.3

Support viewDidLayoutSubview, viewWillLayoutSubviews, and viewSafeAreaInsetsDidChange within RxViewModel

  • viewDidLayoutSubview: Observable<Void>
  • viewWillLayoutSubviews: Observable<Void>
  • viewSafeAreaInsetsDidChange: Observable<Void>

1.2

15 Jan 13:58
Compare
Choose a tag to compare
1.2
  • Update RxSwift to 6.0+

1.1.2

09 Oct 13:33
Compare
Choose a tag to compare
  • Add needed UiKit and Foundation imports: #9

1.1.1

02 Oct 15:31
d160ac7
Compare
Choose a tag to compare
  • Use rx.methodInvoked to detect lifecycle

1.1

15 Sep 12:57
02bc729
Compare
Choose a tag to compare
1.1
  • Access lifecycle from view model directly

1.0

30 Apr 19:39
bcbeca1
Compare
Choose a tag to compare
1.0
  • Add override methods for RxViewController
  • Skip building rxtree by .rxtree-version

0.10

20 Feb 12:51
354fe71
Compare
Choose a tag to compare
  • Update RxFlow to 2.7
  • Update Swift to 5.1

0.9.5

19 Feb 15:12
a5d295f
Compare
Choose a tag to compare
  • Add Cacheable to RxControllerEvent