Merge branch 'master' into develop

This commit is contained in:
Simon Binder 2019-11-13 19:29:02 +01:00
commit b6d5f7eaa8
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 9 additions and 6 deletions

View File

@ -27,6 +27,9 @@
- Fix streams not emitting cached data when listening multiple times
- __Breaking__: Remove the type parameter from `Insertable.createCompanion` (it was declared as an
internal method)
__2.0.1+1__: Fix crash when `customStatement` is the first operation used on a database
([#199](https://github.com/simolus3/moor/issues/199))
## 2.0.0
This is the first major update after the initial release and moor and we have a lot to cover:

View File

@ -1,6 +1,6 @@
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 2.0.1
version: 2.0.1+1
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues
@ -27,8 +27,8 @@ dev_dependencies:
test: ^1.9.0
mockito: ^4.1.0
dependency_overrides:
moor_generator:
path: ../moor_generator
sqlparser:
path: ../sqlparser
#dependency_overrides:
# moor_generator:
# path: ../moor_generator
# sqlparser:
# path: ../sqlparser