All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- Automatically run Drift migrations
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
drift_sqlite_async
-v0.2.0-alpha.4
- Automatically flush IndexedDB storage to fix durability issues
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- For database setups not using a shared worker, use a
BroadcastChannel
to share updates across different tabs.
- Bump
sqlite_async
to v0.10.1
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- Bump sqlite_async to v0.10.0
- Add the
exposeEndpoint()
method available on web databases. It returns a serializable description of the database endpoint that can be sent across workers. This allows sharing an opened database connection across workers.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
drift_sqlite_async
-v0.1.0-alpha.7
-
Support the latest version of package:web and package:sqlite3_web
-
Export sqlite3
open
for packages that depend onsqlite_async
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
drift_sqlite_async
-v0.1.0-alpha.6
- Updated web database implementation for get and getOptional. Fixed refreshSchema not working in web.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
drift_sqlite_async
-v0.1.0-alpha.5
- FEAT: Added
refreshSchema()
, allowing queries and watch calls to work against updated schemas.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- FEAT: web support.
- FEAT: use navigator locks.