Skip to content

0.9.0+7

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 08:41
· 50 commits to main since this release
  • 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() and db.query() that return single result, no longer requiring casting to List 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.