drift 2.35.0
- Add support for FTS5 queries in the Dart API:
match,matchExp,highlight,snippet,bm25andrankare now available as extension methods on FTS5 tables frompackage:drift/extensions/fts5.dart(#3843). Thanks to @minhqdao! - Breaking change (web): Remove
PortToChannelextension ondart:htmltypes. UseWebPortToChannelextension onMessagePortfrompackage:webinstead. - Web: Fix race to OPFS file handle in compatiblity check.
drift_dev 2.35.0
- Warn when a table class is annotated with
@DriftDatabaseinstead of silently
generating nothing (#3854).