Skip to content

Releases: pushtorefresh/storio

v1.4.0

15 Sep 21:07
Compare
Choose a tag to compare
  • Query.limit() now accepts integers! Better API for everybody! Thanks @vokilam for the suggestion!
  • Little fix for the sample app. Thanks @cpeppas!

Changes:

  • PR 517 Limit method accept integer args
  • PR 514 adding somebytes column that was missing from CREATE TABLE TweetsTable

v1.3.1

10 Sep 09:43
Compare
Choose a tag to compare
  • 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:

  • PR 503 Annotation processor supported types
  • PR 504 New build tools and dependencies
  • PR 510 Raw query without arguments fix

v1.3.0

01 Sep 21:38
Compare
Choose a tag to compare
  • StorIOSQLite Annotation Processor now supports blobs byte[]!
  • We've added example of relations implementation (R from ORM) to the Sample App!

Changes:

  • PR 498 Add support for byte[] into StorIOSQLite annotation processor
  • PR 494 Relations example!

v1.2.1

19 Aug 07:57
Compare
Choose a tag to compare
  • StorIOSQLite: Remove unnecessary synchronization, prevent possible deadlocks, faster & better!
  • Use AssertJ for test!

Changes:

  • PR 491 Remove unnecessary synchronization, prevent possible deadlocks, faster & better
  • PR 490 Use AssertJ for test

v1.2.0

07 Aug 15:48
Compare
Choose a tag to compare
  • Add Queries class with common utils for queries, now you can generate placeholders!

Changes:

  • PR 485 Add public Queries utils with function for generating placeholders

v1.1.2

06 Aug 22:20
Compare
Choose a tag to compare
  • 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

04 Aug 22:22
Compare
Choose a tag to compare
  • Fix for nested transactions in StorIOSQLite.
  • Switch to PrivateConstructorChecker!
  • Ignore debug buildType for library projects — faster CI.

Changes:

  • PR 479 Fix ConcurrentModificationException in DefaultStorIOSQLite in case of nested transactions
  • PR 477 Switch to PrivateConstructorChecker!
  • PR 473 Ignore debug buildType for library projects

v1.1.0

27 Jul 13:51
Compare
Choose a tag to compare
  • 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

21 Jul 09:10
Compare
Choose a tag to compare
  • PutResult.newUpdateResult() now can be created with 0 updated rows. See 453.
  • JavaPoet 1.2.
  • Better tests!
  • Better Sample App!

Changes:

  • PR 440 Fix content resolver tests flakiness.
  • PR 442 Pack of improvements for the Sample App.
  • PR 444 Switch to JavaPoet v1.2.
  • PR 454 Allow PutResult.newUpdateResult() with 0 rows updated.

v1.0.0

21 Jul 09:09
Compare
Choose a tag to compare

Initial release.