RIBs Versions Save

Uber's cross-platform mobile architecture framework.

v0.16.2

5 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.16.1...v0.16.2

v0.16.1

6 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.16.0...v0.16.1

v0.16.0

6 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.15.4...v0.16.0

v0.15.4

7 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.15.3...v0.15.4

v0.15.3

8 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.15.2...v0.15.3

v0.15.2

9 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.15.1...v0.15.2

v0.15.1

9 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.15.0...v0.15.1

v0.15.0

10 months ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.14.2...v0.15.0

v0.14.2

1 year ago

What's Changed

Full Changelog: https://github.com/uber/RIBs/compare/v0.14.1...v0.14.2

v0.14.1

1 year ago

What's Changed

Breaking changes

  • Presenter, Interactor lifecycle are only available on didLoad, didBecomeActive. Attempting to use it before (e.g. constructor) results in a crash.
  • Interactor, RibActivity, Presenter, etc, now expose a lifecycleFlow as API, supporting mocking. LifecycleScopeProvider interface methods are a function of the lifecycleFlow and are now finalized.

PRs

Full Changelog: https://github.com/uber/RIBs/compare/v0.14.0...v0.14.1