surrealdb_js 1.1.0+9
surrealdb_js: ^1.1.0+9 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.1.0+9 - 2024-12-23 #
- Feat: Upgrade surrealdb.js to 1.1.0, ensuring compatibility with surrealdb 2.1.4.
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_rawmethod. - Feat: Add
showSqlflag to thetransactionmethod. - Fix:
DateTimefield error in thequerymethod withbindingsby introduceJSDateandJSDateJsonConverterclass.
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
infoandclosemethod. - Added
enginesargument toSurrealconstructor for thesurrealdb_wasmintegration.
1.0.0-beta.8+1 - 2024-06-06 #
- Initial release 🎉