Skip to content

drift-2.35.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 20:16
drift-2.35.0
1e8bb78

drift 2.35.0

  • Add support for FTS5 queries in the Dart API: match, matchExp, highlight, snippet, bm25 and rank are now available as extension methods on FTS5 tables from package:drift/extensions/fts5.dart (#3843). Thanks to @minhqdao!
  • Breaking change (web): Remove PortToChannel extension on dart:html types. Use WebPortToChannel extension on MessagePort from package:web instead.
  • Web: Fix race to OPFS file handle in compatiblity check.

drift_dev 2.35.0

  • Warn when a table class is annotated with @DriftDatabase instead of silently
    generating nothing (#3854).