Migration from Alpha
Changes from alpha releases to v1.0.0
v1.0.0 stable
The stable release consolidates all alpha changes. The public API is stable going forward.
Changes from alpha.6 to v1.0.0
- Version bumped to
1.0.0(no breaking changes from alpha.6) FTSIndexer.search()returnsID[]instead ofPromise<ID[]>- Internal refactors only — no API changes
Changes from alpha.1 to alpha.6
onDatabaseInitnow receives theDatabaseinstance instead of the adaptercreateAdapter()signature changed — now takes an optional string typeQueryBuilder.search()moved from a terminal method to a chainable method- Plugin hooks now pass
collectionas first parameter for consistency - Validation plugin rules receive
collectionandfieldcontext
If upgrading from alpha.1
// Alpha.1
db.onDatabaseInit(adapter)
// v1.0.0
db.onDatabaseInit(db)How is this guide?
Last updated on Jun 20, 2026