Drift 2.9.0
simolus3
released this
18 Jun 19:51
·
1081 commits
to develop
since this release
Drift 2.9.0
The biggest feature of this release is stable web support! The WasmDatabase.open
factory with a drift web worker is a performant and reliable web implementation for drift. The new web documentation at https://drift.simonbinder.eu/web/ shows how to use the new API and how to migrate from the old and experimental drift web APIs.
In addition to the new web API, this release
- introduces the
fatal_warnings
builder option, causing the build to fail whendrift_dev
reports warnings. - forbids returning
0
from theschemaVersion
getter. This has always been broken, so the explicit check leads to a better error message.