Releases: pushtorefresh/storio
Releases · pushtorefresh/storio
v1.4.0
v1.3.1
- Add info about all types of fields supported by StorIO Annotation Processor!
- Updated build tools and dependencies! (Gradle Plugin 1.4.0-beta1, sdk 23, RxJava 1.0.14, RxAndroid 1.0.1, Support Libs 23.0.1, Private Constructor Checker 1.1.0, Dagger 2.0.1, ButterKnife 7.0.1)
- Fix SQLiteDatabase.execSQL() without args!
Changes:
v1.3.0
v1.2.1
v1.2.0
v1.1.2
- Fix for possible deadlock because of internal SQLiteDatabase synchronization. See issue #481.
- Thanks to @tadas-subonis!
Changes:
- PR 482 Fix possible deadlock caused by internal synchronization in SQLiteDatabase
v1.1.1
- Fix for nested transactions in StorIOSQLite.
- Switch to PrivateConstructorChecker!
- Ignore debug buildType for library projects — faster CI.
Changes:
v1.1.0
- Common StorIOException for all operations See 448.
- StorIOContentResolver will throw StorIOException if ContentResolver.query() returns null
- 80% code coverage!
- RxJava 1.0.13
- Robolectric 3.0.0
Changes:
- PR 451 Throw exception if contentResolver.query() returns null
- PR 458 Remove Query.CompleteBuilder.whereArgs(list), it was error in API, sorry guys
- PR 460 80% code coverage for StorIO-Test-Common
- PR 461 80% code coverage for StorIO-Common
- PR 462 80% code coverage for StorIO-Content-Resolver
- PR 465 80% code coverage for StorIO-SQLite
- PR 466 Switch to Robolectric 3.0
- PR 467 Switch to RxJava v1.0.13
- PR 468 Revert "Remove Query.CompleteBuilder.whereArgs(list), it was error in…
v1.0.1
- PutResult.newUpdateResult() now can be created with 0 updated rows. See 453.
- JavaPoet 1.2.
- Better tests!
- Better Sample App!
Changes:
v1.0.0
Initial release.