square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 419 forks source link

What's new in 2.0? #205

Closed eliasbagley closed 7 years ago

eliasbagley commented 7 years ago

Hey - I noticed that 2.0.0 was release a few days ago. Nice work!

Does 2.0 change/break anything, or is it just updating to RxJava 2.0? If so, I think it would be useful to have a section in the readme which briefly summarizes the changes.

JakeWharton commented 7 years ago

There's a change log which does this: https://github.com/square/sqlbrite/blob/master/CHANGELOG.md#version-200-2017-07-07

Do you have specific questions?

eliasbagley commented 7 years ago

Change log works for me. Thanks.