This repository was archived by the owner on Aug 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22=========
33
4+ Version 0.4.0 * (2015-09-22)*
5+ ----------------------------
6+
7+ * New: ` mapToOneOrDefault ` replaces ` mapToOneOrNull ` for more flexibility.
8+ * Fix: Notifications of table updates as the result of a transaction now occur after the transaction
9+ has been applied. Previous the notification would happen during the commit at which time it was
10+ invalid to create a new transaction in a subscriber.
11+
12+
413Version 0.3.1 * (2015-09-02)*
514----------------------------
615
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Download
144144--------
145145
146146``` groovy
147- compile 'com.squareup.sqlbrite:sqlbrite:0.3.1 '
147+ compile 'com.squareup.sqlbrite:sqlbrite:0.4.0 '
148148```
149149
150150Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff line change 11GROUP =com.squareup.sqlbrite
2- VERSION_NAME =0.3.2-SNAPSHOT
2+ VERSION_NAME =0.4.0
33
44POM_DESCRIPTION =A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
55
You can’t perform that action at this time.
0 commit comments