surrealdb_wasm 1.0.0-beta.22+14 copy "surrealdb_wasm: ^1.0.0-beta.22+14" to clipboard
surrealdb_wasm: ^1.0.0-beta.22+14 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] #

[1.0.0-beta.22+14] - 2024-10-01 #

  • Feat: Upgraded surrealdb.wasm to 1.0.0-beta.22.
  • Feat: Upgraded surrealdb_js to 1.0.1+7.
  • Feat: Removed SurrealWasmMutex class as the issue #87 is likely resolved by PR #107.

[1.0.0-beta.16+13] - 2024-08-26 #

  • Feat: Added mutex flag that default to false (off) to methods of the SurrealWasmMutex class to allow turn on/off the mutex locking mechanism.

[1.0.0-beta.16+12] - 2024-08-24 #

  • Feat: Added SurrealWasmMutex class to workaround the issue #87 of the surrealdb.wasm.

[1.0.0-beta.16+11] - 2024-08-17 #

  • Feat: Upgraded surrealdb.wasm to 1.0.0-beta.16.
  • Feat: Upgraded surrealdb_js to 1.0.0-beta.20+4.

[1.0.0-beta.14+10] - 2024-07-17 #

  • Feat: Changed SurrealWasm from extension to regular class.

[1.0.0-beta.14+9] - 2024-07-17 #

  • Feat: Added SurrealWasm.getInstance() to simplify instantiation of the Surreal class with the WasmEngine.

[1.0.0-beta.14+8] - 2024-07-17 #

  • Feat: Upgraded surrealdb.wasm to 1.0.0-beta.14.
  • Feat: Integrated with surrealdb_js 1.0.0-beta.14+3 that provide an unified API.

[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
45%
popularity

Publisher

unverified uploader

Flutter SurrealDB WebAssembly(WASM) package

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mutex, surrealdb_js

More

Packages that depend on surrealdb_wasm