Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.0-alpha1 #1624

Merged
merged 246 commits into from
Oct 21, 2018
Merged

5.0.0-alpha1 #1624

merged 246 commits into from
Oct 21, 2018

Conversation

agrosner
Copy link
Owner

  1. Rename package name for project to com.dbflow5
  2. Project is back under my account! To include, please replace uses of "com.github.raizlabs.dbflow:" to "com.github.agrosner.dbflow:" in project dependencies.
  3. Added new paging, coroutines, contentprovider (splits out use into separate module). Expect a livedata module in next couple releases. Removed RXJava 1 support.
  4. Library is now 100% KOTLIN! (except generated java code, which can't quite yet be Kotlin). All kotlin-extensions modules have rolled into their java counterpart as a single Kotlin unit.
  5. Simplifications in API for Transactions to eliminate redundancies. Also, now Transaction require a type parameter R which is return value. They now return a value, and have a completion() callback. All interfaces have rolled into Kotlin Typealias to methods.
  6. All sqlite query language infix (LINQ-style) methods rolled into the query language!
  7. Attempted to keep java compatibility and nice API. If anything is missing, please file a bug.

gitbook-bot and others added 30 commits July 4, 2016 10:52
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
Auto commit by GitBook Editor
agrosner and others added 29 commits May 24, 2018 08:50
…r classes into own artifact to be included separately soon.
- Add a note about library history.
…Transaction.execute to supply the callbacks for success, error, and completion into the execute call.
…move some redundant helper constructs and require vanilla use.
@agrosner agrosner merged commit 7176c0d into master Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants