Releases: sqlitecloud/sqlitecloud-js
v1.0.438
What's Changed
- fix(config): config properties cast by @danielebriggi in #229
- fix(close): enqueue operation by @danielebriggi in #230
- chore(deps-dev): bump the all-dependencies group with 3 updates by @dependabot in #220
- chore(deps-dev): bump the all-dependencies group with 3 updates by @dependabot in #223
- chore(examples): always recreate the db connection by @danielebriggi in #228
Full Changelog: v1.0.422...v1.0.438
v1.0.422
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
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
What's Changed
- fix(unicode): count bytes not characters by @danielebriggi in #195
Full Changelog: v1.0.354...v1.0.400
v1.0.354
What's Changed
- tests and query trim by @Gioee in #177
- Bump @types/node from 22.10.1 to 22.10.2 by @dependabot in #174
- Bump typedoc from 0.27.4 to 0.27.5 by @dependabot in #175
Full Changelog: v1.0.345...v1.0.354
v1.0.345
What's Changed
- Fix #110 rn 0.75 buffer issue with android, added new core tests by @Gioee in #111
- exported new methods used for development by @Gioee in #115
- Reserved core tests in production by @Gioee in #116
- fix core test closing connection after the test is done by @Gioee in #117
- update expected output for LIST NODES command by @andinux in #118
- Bump dotenv-cli from 7.4.1 to 7.4.2 by @dependabot in #80
- Bump typedoc-plugin-markdown from 3.17.1 to 4.0.3 by @dependabot in #85
- Bump typescript from 4.9.5 to 5.5.4 by @dependabot in #106
- Bump @types/node from 12.20.55 to 22.0.0 by @dependabot in #107
- Bump eslint from 7.32.0 to 9.8.0 by @dependabot in #108
- new driver test; fix #113 by @Gioee in #153
- feat(statement): server side prepared statement by @danielebriggi in #141
- Bump typescript from 5.6.3 to 5.7.2 by @dependabot in #147
- Bump @types/node from 22.10.0 to 22.10.1 by @dependabot in #166
- Bump whatwg-url from 14.0.0 to 14.1.0 by @dependabot in #165
- Bump @types/jest from 29.5.12 to 29.5.14 by @dependabot in #164
- Bump husky from 9.0.11 to 9.1.7 by @dependabot in #163
- fix release workflow fail by @Gioee in #167
- fix release typedoc error by @Gioee in #168
- Bump eslint from 9.15.0 to 9.16.0 by @dependabot in #162
- Bump webpack from 5.91.0 to 5.97.1 by @dependabot in #169
- move jest-html-reporter to dev deps by @Gioee in #170
- chore(tests): invalid people db by @danielebriggi in #173
New Contributors
Full Changelog: v1.0.193...v1.0.345
v1.0.193
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:
- feat(pubsub): initial implementation by @danielebriggi in #102
- Bump express from 4.18.2 to 4.19.2 by @dependabot in #73
v1.0.122
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
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
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