surrealdb_wasm 0.9.0+7 copy "surrealdb_wasm: ^0.9.0+7" to clipboard
surrealdb_wasm: ^0.9.0+7 copied to clipboard

Platformweb

Flutter SurrealDB WebAssembly(WASM) package

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Each new version will be released following the new version of the surrealdb.wasm.

Changes to the project are tracked using build numbers behind the version number, denoted as increments such as +1, +2, and so on.

[Unreleased] #

[0.9.0+7] - 2024-03-13 #

  • 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.

[0.8.0+5] - 2024-03-07 #

  • Upgraded to the official surrealdb.wasm 0.8.0 released for surrealdb 1.2.0.
  • API breaking changes:
    • Previous: db.use(ns: 'test', db: 'test');
    • Current: db.use(namespace: 'test', database: 'test');

[0.7.0+4] - 2024-02-01 #

  • Upgraded to unofficial surrealdb.wasm released for surrealdb 1.1.1.

[0.7.0+3] - 2023-12-12 #

  • Added transaction support.
  • Implemented set(), unset(), signup(), signin(), patch(), version() and health().
  • Migrated from wasm-flate to fflate package.

[0.7.0+1] - 2023-10-22 #

  • Initial release 🎉
3
likes
150
pub points
41%
popularity

Publisher

unverified uploader

Flutter SurrealDB WebAssembly(WASM) package

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, js

More

Packages that depend on surrealdb_wasm