Releases: hoc081098/sqlbrite
Releases · hoc081098/sqlbrite
2.8.0 - Aug 13, 2024
https://pub.dev/packages/sqlbrite/versions/2.8.0
- Update
rxdart_ext: ^0.3.0
(~rxdart: ^0.28.0
).
What's Changed
- chore(deps): update actions/checkout action to v4 by @renovate in #56
- chore(deps): update actions/setup-java action to v4 by @renovate in #57
- chore(deps): update dependency analyzer to v6 by @renovate in #53
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #58
- chore(deps): update subosito/flutter-action action to v2.13.0 by @renovate in #50
- chore(deps): update subosito/flutter-action action to v2.16.0 by @renovate in #61
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #59
Full Changelog: 2.7.0...2.8.0
2.7.0 - Mar 6, 2024
https://pub.dev/packages/sqlbrite/versions/2.7.0
- Update dependencies:
sqflite: ^2.3.2
(implementsDatabase.readTransaction
method). - Update
Dart SDK
constraint to'>=3.0.0 <4.0.0'
, andFlutter
constraint to'>=3.10.0'
.
What's Changed
- dart 3.0 by @hoc081098 in #55
Full Changelog: 2.6.0...2.7.0
2.6.0 - Jan 28, 2023
https://pub.dev/packages/sqlbrite/versions/2.6.0
- Update dependencies:
sqflite: ^2.2.4
. Becausesqflite
does not follow semantic versioning, this is a breaking change.
Full Changelog: 2.5.1...2.6.0
2.5.1 - Jan 25, 2023
https://pub.dev/packages/sqlbrite/versions/2.5.1
- Update dependencies
sqflite: ^2.2.3
(implementsBatch.length
).
What's Changed
- Prepare v2.5.1 by @hoc081098 in #46
Full Changelog: 2.5.0...2.5.1
2.5.0 - Nov 2, 2022
https://pub.dev/packages/sqlbrite/versions/2.5.0
- Update dependencies
sqflite: ^2.2.0+3
(implementsDatabase.queryCursor()
andDatabase.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
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'
andFlutter
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
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'
andFlutter
constraint to'>=3.0.0'
.
What's Changed
- Prepare for v2.3.0 by @hoc081098 in #31
Full Changelog: 2.2.0...2.3.0
2.2.0 - Sep 22, 2021
https://pub.dev/packages/sqlbrite/versions/2.2.0
-
Update dependencies
rxdart_ext
to0.1.2
sqflite
to2.0.0+4
meta
to1.7.0
rxdart
to0.27.2
-
Change sdk constraint
>=2.14.0 <3.0.0
and flutter constraint>=2.5.0
. -
Migrated from
pedantic
toflutter_lints
. -
Updated example.
2.1.0 - May 13, 2021
https://pub.dev/packages/sqlbrite/versions/2.1.0
- Update
rxdart
to0.27.0
.
2.0.0 - Apr 01, 2021
- Stable release for null safety.