Skip to content

Releases: limcheekin/surrealdb_wasm

1.0.1+15

07 Oct 08:55
Compare
Choose a tag to compare
  • Feat: Upgraded surrealdb.wasm to 1.0.1.

1.0.0-beta.22+14

01 Oct 08:14
Compare
Choose a tag to compare
  • 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

26 Aug 07:23
Compare
Choose a tag to compare
  • 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

24 Aug 08:00
Compare
Choose a tag to compare
  • Feat: Added SurrealWasmMutex class to workaround the issue #87 of the surrealdb.wasm.

1.0.0-beta.16+11

17 Aug 05:29
Compare
Choose a tag to compare
  • 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+9

17 Jul 03:20
Compare
Choose a tag to compare
  • Feat: Added SurrealWasm.getInstance() to simplify instantiation of the Surreal class with the WasmEngine.

1.0.0-beta.14+8

17 Jul 01:31
Compare
Choose a tag to compare
  • 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.

1.0.0-beta.14+10

17 Jul 03:57
Compare
Choose a tag to compare
  • Feat: Changed SurrealWasm from extension to regular class.

0.9.0+7

13 Mar 08:41
Compare
Choose a tag to compare
  • 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

07 Mar 06:43
Compare
Choose a tag to compare
  • Upgraded to 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');