Skip to content

Releases: sqlitecloud/sqlitecloud-js

v1.0.438

18 Mar 09:38
b449bd0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.422...v1.0.438

v1.0.422

27 Feb 09:59
d8105d8
Compare
Choose a tag to compare

What's Changed

  • fix(connection): improve connection management by @danielebriggi in #219
  • fix core test and update dependencies, removed useless bun.lockb by @Gioee in #208
  • support orms calling sqlite methods with non exploded arrays by @Gioee in #210
  • fix #209 (orm): test types by @Gioee in #211
  • feat(database): add isConnected by @danielebriggi in #212
  • fix(deps): peer dependency throwing error over different react versions, accept all peer dependency version by @Gioee in #213
  • Bump prettier from 3.5.1 to 3.5.2 by @dependabot in #216

Full Changelog: v1.0.406...v1.0.422

v1.0.406

10 Feb 14:43
e3638c8
Compare
Choose a tag to compare

What's Changed

  • feat(arm): run github actions on arm too by @danielebriggi in #184
  • feat(react-native): move rn deps to peerdeps, fix(test): auto remove test dbs by @Gioee in #199

Full Changelog: v1.0.400...v1.0.406

v1.0.400

05 Feb 08:21
fb677a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.354...v1.0.400

v1.0.354

20 Dec 19:58
1b81eb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.345...v1.0.354

v1.0.345

13 Dec 09:04
f63579a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.193...v1.0.345

v1.0.193

12 Jul 16:05
cf44c29
Compare
Choose a tag to compare

npm install @sqlitecloud/drivers
Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/1.0.193

Documentation:
https://docs.sqlitecloud.io/docs/sdk/js/intro

Release Notes:

v1.0.122

02 May 10:24
Compare
Choose a tag to compare

npm install @sqlitecloud/drivers
Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/1.0.122

Documentation:
https://docs.sqlitecloud.io/docs/sdk/js/intro

Release Notes:

  • Prepared statements and regular database.run will return number of changes as result on inserts

v0.0.56

28 Feb 16:01
Compare
Choose a tag to compare
npm install @sqlitecloud/drivers

Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/0.0.56

Documentation:
https://docs.sqlitecloud.io/docs/sdk/js/intro

Release Notes:

  • Updated examples using the latest version of the drivers
  • Added example of simple connection using plain Javascript code
  • Updated documentation
  • Bug fixes

v0.0.50

14 Feb 10:29
687d1b8
Compare
Choose a tag to compare
npm install @sqlitecloud/drivers

Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/0.0.50

Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/

Release Notes:

  • Added SQLite Cloud Gateway to access your database via JSON APIs
  • Implemented drivers for bun runtime based on native bun sockets
  • Added regular socket w/o tls for test connections via ?insecure= parameter in connection string
  • Added more tests, updated build scripts, transport level code refactoring