surrealdb_js 1.0.0-beta.14+3 surrealdb_js: ^1.0.0-beta.14+3 copied to clipboard
Flutter SurrealDB SDK for JavaScript
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.js.
Changes to the project are tracked using build numbers behind the version number, denoted as increments such as +1, +2, and so on.
[Unreleased] #
[1.0.0-beta.14+3] - 2024-07-16 #
- Upgraded surrealdb.js to 1.0.0-beta.14.
- Added
info
andclose
method. - Added
engines
argument toSurreal
constructor for thesurrealdb_wasm
integration.
[1.0.0-beta.8+1] - 2024-06-06 #
- Initial release 🎉