surrealdb_js 1.0.1+7 surrealdb_js: ^1.0.1+7 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.1+7] - 2024-09-27 #
- Feat: Upgrade surrealdb.js to 1.0.1, ensuring compatibility with surrealdb 2.0.2.
[1.0.0-beta.20+5] - 2024-09-01 #
- Feat: Add
query_raw
method. - Feat: Add
showSql
flag to thetransaction
method. - Fix:
DateTime
field error in thequery
method withbindings
by introduceJSDate
andJSDateJsonConverter
class.
[1.0.0-beta.20+4] - 2024-08-17 #
- Upgraded surrealdb.js to 1.0.0-beta.20.
[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 🎉