Releases: sqlitecloud/sqlitecloud-js
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
v0.0.33
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.33
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- SQLiteCloudConnection refactored to support different data transport to the database
- Implemented SQLite Cloud Gateway in separate repo that can enable websockets+json connections to SQLite Cloud
- Implemented data transport that connects to SQLite Cloud Gateway via socket.io
- Test in the browser, added simple html page in gateway project showing connections with and without drivers
v0.0.25
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.25
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Fixed issue with Database constructor when mode flags are passed
- Added example of using SQLite Cloud with Knex query builder
v0.0.24
pm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.20-beta
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Fix concurrency issues when a connection is closed before it's established
- Fix tests so all connections are disposed correctly
v0.0.22-beta
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.20-beta
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Fix issue in Database.sql(sql, ...params)
v0.0.21-beta
npm install sqlitecloud-js
Version:
https://www.npmjs.com/package/sqlitecloud-js/v/0.0.20-beta
Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/
Release Notes:
- Resolved issue with compression in chunked responses