Releases: limcheekin/surrealdb_wasm
Releases · limcheekin/surrealdb_wasm
1.1.0+16
1.0.1+15
- Feat: Upgraded surrealdb.wasm to 1.0.1.
1.0.0-beta.22+14
1.0.0-beta.16+13
- Feat: Added
mutex
flag that default tofalse
(off) to methods of theSurrealWasmMutex
class to allow turn on/off the mutex locking mechanism.
1.0.0-beta.16+12
- Feat: Added
SurrealWasmMutex
class to workaround the issue #87 of the surrealdb.wasm.
1.0.0-beta.16+11
- 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
- Feat: Added
SurrealWasm.getInstance()
to simplify instantiation of theSurreal
class with theWasmEngine
.
1.0.0-beta.14+8
- 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
- Feat: Changed
SurrealWasm
fromextension
to regularclass
.
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.