Skip to content

Releases: RxSwiftCommunity/RxController

0.9.4

30 Apr 19:27
Compare
Choose a tag to compare
  • Add functions of removeCachedEvent #19

0.9.3

30 Apr 19:27
a4b3fe4
Compare
Choose a tag to compare
  • Add maxLevels parameter for rxtree
➜  Example git:(develop/rxtree) ✗ ./rxtree AppFlow --maxLevels 4
AppFlow
├── MainFlow
│   ├── ChildFlow
│   │   ├── InfoViewController
│   │   │   ├── NumberViewController
│   ├── ProfileFlow
│   │   ├── FriendsFlow
│   │   │   ├── ProfileFlow
│   │   │   ├── FriendsViewController
│   │   ├── ProfileViewController

0.9.2

30 Apr 19:27
Compare
Choose a tag to compare
  • New features for rxtree
  • Support to list child view controllers.
  • Fix the duplicated controllers and flows.
  • Scan subclass of RxViewController automatically.

0.9.1

30 Apr 19:28
Compare
Choose a tag to compare
  • Add rxtree command.
  • To build and use rxtree automatically while running pod install, add the following post_install script into your Podfile
post_install do |installer|
    system("bash #{Pathname(installer.sandbox.root)}/RxController/rxtree/build_for_xcode.sh")
end
  • To use rxtree, run the following command in the root directory which contains the Xcode project file.
./rxtree [FlowName]

0.9

30 Apr 19:29
Compare
Choose a tag to compare
0.9
  • Remove .navigationController().