Skip to content

Releases: hoc081098/sqlbrite

2.0.0-nullsafety.0 - Feb 28, 2021

27 Feb 20:10

Choose a tag to compare

  • Breaking
    • Opt into nullsafety.
    • Set Dart SDK constraints to >=2.12.0-0 <3.0.0.
    • mapToOne now emits a StateError when result sets has 0 rows.
    • BriteDatabase constructor now accepts BriteDatabaseLogger? logger instead of bool isLoggerEnabled.

1.4.0 - July 6, 2020

06 Jul 14:03

Choose a tag to compare

  • Breaking change: returned stream is a single-subscription stream.
  • Allow disable/enable logger (via _isLoggerEnabled optional parameter in BriteDatabase constructor).

1.3.0 - Apr 29, 2020

28 Apr 18:46

Choose a tag to compare

1.3.0 - Apr 29, 2020

  • Breaking change: support for rxdart 0.24.x.
  • Breaking change: support for sqflite 1.3.x
  • Now, returned query stream is a broadcast stream.
  • Internal implementation refactor.

1.2.0 - Feb 04, 2020

04 Feb 06:32

Choose a tag to compare

1.2.0 - Feb 04, 2020

  • Update dependencies: rxdart, sqflite.

  • Add more documents for public API.

  • Fix some bugs.

  • Upgrade dart minsdk to 2.6.0 with extension method feature.

  • Refactor internal implementations.

1.1.0

07 May 16:10
7ecbf41

Choose a tag to compare

Update README.md