Skip to content
Browse files

Release 1.8.0

  • Loading branch information...
1 parent a7da8ae commit a0021b620237977692696acbdfb47c43f17b47b4 @artem-zinnatullin artem-zinnatullin committed
Showing with 23 additions and 4 deletions.
  1. +19 −0 CHANGELOG.md
  2. +2 −2 README.md
  3. +2 −2 gradle.properties
View
19 CHANGELOG.md
@@ -1,6 +1,25 @@
StorIO Change Log
==========
+## Version 1.8.0
+
+_2015_01_19_
+
+* `asRxSingle()`, yep, `rx.Single` support! Many thanks to [@geralt-encore](https://github.com/geralt-encore)
+* `asRxObservable()` instead of `createObservable()` (deprecated)
+
+**Changes:**
+
+* [PR 596](https://github.com/pushtorefresh/storio/pull/596) Test asRxObservable() instead of createObservable() which is now deprecated
+* [PR 594](https://github.com/pushtorefresh/storio/pull/594) Gradle Wrapper 2.10
+* [PR 593](https://github.com/pushtorefresh/storio/pull/593) Enable emails from Travis to react on problems with master branch
+* [PR 592](https://github.com/pushtorefresh/storio/pull/592) Add query to exceptions (significantly helps inspect crashes)
+* [PR 588](https://github.com/pushtorefresh/storio/pull/588) Try to find interface of class when apply mapper
+* [PR 586](https://github.com/pushtorefresh/storio/pull/586) Remove "final" from most of the classes (will help with mocking)
+* [PR 585](https://github.com/pushtorefresh/storio/pull/585) Base `executeAsBlocking()` result is nullable
+* [PR 584](https://github.com/pushtorefresh/storio/pull/584) **Add `asRxObservable()`, deprecate createObservable()**
+* [PR 573](https://github.com/pushtorefresh/storio/pull/573) Support for rx.Single
+
## Version 1.7.0
_2015_12_30_
View
4 README.md
@@ -40,10 +40,10 @@ Easy ways to learn how to use `StorIO` -> check out `Documentation`, `Design Tes
####Download:
```groovy
// If you need StorIO for SQLite
-compile 'com.pushtorefresh.storio:sqlite:1.7.0'
+compile 'com.pushtorefresh.storio:sqlite:1.8.0'
// If you need StorIO for ContentResolver
-compile 'com.pushtorefresh.storio:content-resolver:1.7.0'
+compile 'com.pushtorefresh.storio:content-resolver:1.8.0'
// IN StorIO 2.0 we will remove default Scheduling from Rx Operations!
// You'll have to put subscribeOn() manually!
View
4 gradle.properties
@@ -1,5 +1,5 @@
-VERSION_CODE=19
-VERSION_NAME=1.7.0
+VERSION_CODE=20
+VERSION_NAME=1.8.0
GROUP=com.pushtorefresh.storio
POM_DESCRIPTION=Modern API for SQLiteDatabase and ContentResolver

0 comments on commit a0021b6

Please sign in to comment.
Something went wrong with that request. Please try again.