0.9.0+7
- Feat: Upgraded to surrealdb.wasm 0.9.0, the official release of wasm module of the surrealdb 1.3.0.
- Feat: API breaking changes:
db.select()
anddb.query()
that return single result, no longer requiring casting toList
and retrieval by.first
.
- Fix: Catched the error
Encountered a non-object value in array
within the library, preventing it from being exposed to the user. Reported the bug at surrealdb.wasm#56.