surrealdb_wasm 0.7.0+3 surrealdb_wasm: ^0.7.0+3 copied to clipboard
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] #
[0.7.0+3] - 2023-12-12 #
- Added transaction support.
- Implemented
set()
,unset()
,signup()
,signin()
,patch()
,version()
andhealth()
. - Migrated from
wasm-flate
tofflate
package.
[0.7.0+1] - 2023-10-22 #
- Initial release 🎉