Releases: rag-wtf/surrealdb_wasm
Releases · rag-wtf/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
mutexflag that default tofalse(off) to methods of theSurrealWasmMutexclass to allow turn on/off the mutex locking mechanism.
1.0.0-beta.16+12
- Feat: Added
SurrealWasmMutexclass 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 theSurrealclass 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
SurrealWasmfromextensionto 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 toListand retrieval by.first.
- Fix: Catched the error
Encountered a non-object value in arraywithin the library, preventing it from being exposed to the user. Reported the bug at surrealdb.wasm#56.