Skip to content

Commit

Permalink
Merge pull request #112 from bumble-tech/release-alpha06
Browse files Browse the repository at this point in the history
Release alpha06
  • Loading branch information
zsoltk authored Aug 26, 2022
2 parents ad34999 + a604fa1 commit 57d3a33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Pending changes

## 1.0-alpha06 – 26 Aug 2022

- [#96](https://github.com/bumble-tech/appyx/pull/96)**Breaking change**: Removed `InteractorTestHelper`. Please use Node tests instead of Interactor tests.
- [#99](https://github.com/bumble-tech/appyx/pull/99)**Added**: Source<T>.rx2() to convert Source<T> to io.reactivex.Observable<T>
- [#99](https://github.com/bumble-tech/appyx/pull/99)**Breaking change**: Modified package of `NodeConnector` and `Connectable`
- [#99](https://github.com/bumble-tech/appyx/pull/99)**Added**: Source<T>.rx2() to convert Source<T> to io.reactivex.Observable<T>
- [#107](https://github.com/bumble-tech/appyx/pull/107)**Fixed**: Back press handlers are not properly registered on lifecycle events

## 1.0-alpha05 – 19 Aug 2022
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.caching=true
org.gradle.parallel=true
android.useAndroidX=true
kotlin.code.style=official
library.version=1.0-alpha05
library.version=1.0-alpha06

0 comments on commit 57d3a33

Please sign in to comment.