Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1007 Bytes

CHANGES.md

File metadata and controls

22 lines (13 loc) · 1007 Bytes

RxJava Releases

Version 0.24 – January 3rd 2015

This release has some breaking changes:

  • rx.android.observables.AndroidObservable has changed to rx.android.app.AppObservable;
  • ViewObservable has moved from rx.android.observables to rx.android.view
  • (as part of RxJava's breaking changes) collect has changed

Version 0.22 – October 15th 2014

This release adds a number of new operators:

  • Pull 25 Add operator to monitor SharedPreference changes
  • Pull 22 Add view state event types to streamline ViewObservable
  • Pull 20 Add OperatorAdapterViewOnItemClick to observe OnItemClick events in AdapterViews

Version 0.21 – October 1st 2014

Initial release outside the RxJava core project, no changes.