Skip to content

Latest commit

 

History

History
222 lines (113 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

222 lines (113 loc) · 5.07 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-11-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


drift_sqlite_async - v0.2.0

  • Automatically run Drift migrations

2024-11-06

Changes


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

sqlite_async - v0.11.0

  • Automatically flush IndexedDB storage to fix durability issues

2024-11-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


sqlite_async - v0.10.1

  • For database setups not using a shared worker, use a BroadcastChannel to share updates across different tabs.

drift_sqlite_async - v0.2.0-alpha.3

  • Bump sqlite_async to v0.10.1

2024-10-28

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


drift_sqlite_async - v0.2.0-alpha.2

  • Bump sqlite_async to v0.10.0

sqlite_async - 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.

2024-09-03

Changes


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

sqlite_async - v0.9.0

  • Support the latest version of package:web and package:sqlite3_web

  • Export sqlite3 open for packages that depend on sqlite_async

2024-08-21

Changes


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

sqlite_async - v0.8.3

  • Updated web database implementation for get and getOptional. Fixed refreshSchema not working in web.

2024-08-20

Changes


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

sqlite_async - v0.8.2

  • FEAT: Added refreshSchema(), allowing queries and watch calls to work against updated schemas.

2024-07-10

Changes


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.4

  • FEAT: web support.

sqlite_async - v0.8.1

  • FEAT: use navigator locks.