-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sqlitecloud/sqlitecloud-js
base: v1.0.422
head repository: sqlitecloud/sqlitecloud-js
compare: v1.0.438
- 15 commits
- 18 files changed
- 3 contributors
Commits on Feb 27, 2025
-
chore(deps-dev): bump the all-dependencies group with 3 updates (#220)
Bumps the all-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [ts-jest](https://github.com/kulshekhar/ts-jest) and [typedoc](https://github.com/TypeStrong/TypeDoc). Updates `@types/node` from 22.13.4 to 22.13.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `ts-jest` from 29.2.5 to 29.2.6 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.2.5...v29.2.6) Updates `typedoc` from 0.27.7 to 0.27.9 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.27.7...v0.27.9) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5efc560 - Browse repository at this point
Copy the full SHA 5efc560View commit details
Commits on Mar 3, 2025
-
chore(deps-dev): bump the all-dependencies group with 3 updates (#223)
Bumps the all-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.13.5 to 22.13.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.2...3.5.3) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 306dc1a - Browse repository at this point
Copy the full SHA 306dc1aView commit details
Commits on Mar 11, 2025
-
chore(examples): always recreate the db connection
Daniele Briggi committedMar 11, 2025 Configuration menu - View commit details
-
Copy full SHA for 0d1c477 - Browse repository at this point
Copy the full SHA 0d1c477View commit details
Commits on Mar 12, 2025
-
fix(workflow): ios18 missing python distutils
Daniele Briggi committedMar 12, 2025 Configuration menu - View commit details
-
Copy full SHA for 0290ada - Browse repository at this point
Copy the full SHA 0290adaView commit details -
fix(workflow): test to complete and lost disutils package
Daniele Briggi committedMar 12, 2025 Configuration menu - View commit details
-
Copy full SHA for 3bb8b75 - Browse repository at this point
Copy the full SHA 3bb8b75View commit details -
fix(workflow): remove files not folder
Daniele Briggi committedMar 12, 2025 Configuration menu - View commit details
-
Copy full SHA for 73239e5 - Browse repository at this point
Copy the full SHA 73239e5View commit details
Commits on Mar 13, 2025
-
fix(examples): missing close()
Daniele Briggi committedMar 13, 2025 Configuration menu - View commit details
-
Copy full SHA for 64eda5e - Browse repository at this point
Copy the full SHA 64eda5eView commit details -
fix(workflow): ios18 missing python distutils
Daniele Briggi committedMar 13, 2025 Configuration menu - View commit details
-
Copy full SHA for 193fb7d - Browse repository at this point
Copy the full SHA 193fb7dView commit details -
Merge pull request #228 from sqlitecloud/example-db-connection
chore(examples): always recreate the db connection
Configuration menu - View commit details
-
Copy full SHA for 9688b36 - Browse repository at this point
Copy the full SHA 9688b36View commit details -
fix(config): config properties cast
Config values from the connection string are parsed as boolean or number
Daniele Briggi committedMar 13, 2025 Configuration menu - View commit details
-
Copy full SHA for 96dc276 - Browse repository at this point
Copy the full SHA 96dc276View commit details -
fix(workflow): remove files not folder
Daniele Briggi committedMar 13, 2025 Configuration menu - View commit details
-
Copy full SHA for ace81d6 - Browse repository at this point
Copy the full SHA ace81d6View commit details -
Daniele Briggi committed
Mar 13, 2025 Configuration menu - View commit details
-
Copy full SHA for 8534acc - Browse repository at this point
Copy the full SHA 8534accView commit details
Commits on Mar 14, 2025
-
Merge pull request #229 from sqlitecloud/fix-config-casts
fix(config): config properties cast
Configuration menu - View commit details
-
Copy full SHA for ed3738a - Browse repository at this point
Copy the full SHA ed3738aView commit details -
Daniele Briggi committed
Mar 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 85f6b6f - Browse repository at this point
Copy the full SHA 85f6b6fView commit details
Commits on Mar 17, 2025
-
Merge pull request #230 from sqlitecloud/#225-close-enqueue-the-close…
…-operation fix(close): enqueue operation
Configuration menu - View commit details
-
Copy full SHA for b449bd0 - Browse repository at this point
Copy the full SHA b449bd0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.422...v1.0.438