Skip to content

Releases: hoc081098/sqlbrite

2.7.0 - Mar 6, 2024

06 Mar 06:15
Compare
Choose a tag to compare

https://pub.dev/packages/sqlbrite/versions/2.7.0

  • Update dependencies: sqflite: ^2.3.2 (implements Database.readTransaction method).
  • Update Dart SDK constraint to '>=3.0.0 <4.0.0', and Flutter constraint to '>=3.10.0'.

What's Changed

Full Changelog: 2.6.0...2.7.0

2.6.0 - Jan 28, 2023

28 Jan 14:45
Compare
Choose a tag to compare

https://pub.dev/packages/sqlbrite/versions/2.6.0

  • Update dependencies: sqflite: ^2.2.4. Because sqflite does not follow semantic versioning, this is a breaking change.

Full Changelog: 2.5.1...2.6.0

2.5.1 - Jan 25, 2023

25 Jan 06:32
a276df7
Compare
Choose a tag to compare

https://pub.dev/packages/sqlbrite/versions/2.5.1

  • Update dependencies
    • sqflite: ^2.2.3 (implements Batch.length).

What's Changed

Full Changelog: 2.5.0...2.5.1

2.5.0 - Nov 2, 2022

02 Nov 08:13
76b42bf
Compare
Choose a tag to compare

https://pub.dev/packages/sqlbrite/versions/2.5.0

  • Update dependencies
    • sqflite: ^2.2.0+3 (implements Database.queryCursor() and Database.rawQueryCursor()).

What's Changed

  • chore(deps): update dependency analyzer to v5 by @renovate in #35
  • chore(deps): update subosito/flutter-action action to v2.8.0 by @renovate in #39

Full Changelog: 2.4.0...2.5.0

2.4.0 - Oct 1, 2022

01 Oct 20:12
Compare
Choose a tag to compare

https://pub.dev/packages/sqlbrite/versions/2.4.0

  • Update dependencies

    • sqflite: ^2.1.0.
  • Update Dart SDK constraint to '>=2.18.0 <3.0.0' and Flutter constraint to '>=3.3.0'.


What's Changed

  • chore(deps): update codecov/codecov-action action to v3.1.1 by @renovate in #36
  • chore(deps): update subosito/flutter-action action to v2.7.1 by @renovate in #34
  • prepare for v2.4.0 by @hoc081098 in #38

Full Changelog: 2.3.0...2.4.0

2.3.0 - Jul 31, 2022

31 Jul 17:29
Compare
Choose a tag to compare

https://pub.dev/packages/sqlbrite/versions/2.3.0

  • Update dependencies

    • rxdart_ext: ^0.2.5 (~ rxdart: ^0.27.5).
    • sqflite: ^2.0.3.
  • Update Dart SDK constraint to '>=2.16.0 <3.0.0' and Flutter constraint to '>=3.0.0'.


What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0 - Sep 22, 2021

22 Sep 18:49
bcc23a5
Compare
Choose a tag to compare

https://pub.dev/packages/sqlbrite/versions/2.2.0

  • Update dependencies

    • rxdart_ext to 0.1.2
    • sqflite to 2.0.0+4
    • meta to 1.7.0
    • rxdart to 0.27.2
  • Change sdk constraint >=2.14.0 <3.0.0 and flutter constraint >=2.5.0.

  • Migrated from pedantic to flutter_lints.

  • Updated example.

2.1.0 - May 13, 2021

13 May 01:42
Compare
Choose a tag to compare

2.0.0 - Apr 01, 2021

01 Apr 04:29
79b1977
Compare
Choose a tag to compare
  • Stable release for null safety.

2.0.0-nullsafety.0 - Feb 28, 2021

27 Feb 20:10
Compare
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.