You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,17 @@ Changes to the project are tracked using build numbers behind the version number
11
11
12
12
## [Unreleased]
13
13
14
+
## [0.9.0+6] - 2024-03-13
15
+
16
+
- Feat: Upgraded to surrealdb.wasm 0.9.0, the official release of wasm module of the surrealdb 1.3.0.
17
+
- Feat: API breaking changes:
18
+
-`db.select()` and `db.query()` that return single result, no longer requiring casting to `List` and retrieval by `.first`.
19
+
- 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](https://github.com/surrealdb/surrealdb.wasm/issues/56).
20
+
14
21
15
22
## [0.8.0+5] - 2024-03-07
16
23
17
-
- Upgraded to official surrealdb.wasm 0.8.0 released for surrealdb 1.2.0.
24
+
- Upgraded to the official surrealdb.wasm 0.8.0 released for surrealdb 1.2.0.
-Feat: Upgraded to surrealdb.wasm 0.9.0, the official release of wasm module of the surrealdb 1.3.0.
2
+
-Feat: API breaking changes:
3
+
-`db.select()` and `db.query()` that return single result, no longer requiring casting to `List` and retrieval by `.first`.
4
+
- 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](https://github.com/surrealdb/surrealdb.wasm/issues/56).
0 commit comments