This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ better-sqlite3 (7.0.1 → 7.3.1) · Repo
Release Notes
7.3.0
7.2.0
7.1.5
7.1.4
7.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 72 commits:
7.3.1
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3
prevented db.serialize() from being used while the database is busy or closed
Fix typo in API docs (#613)
7.3.0
updated docs
added directOnly option to db.aggregate()
added directOnly option to db.function()
updated readme
updated readme
updated readme
implemented stmt.readonly property
removed HAVE_USLEEP
updated readme
updated readme
updated readme
updated readme
implemented db.serialize() and deserialization
made timing test even more lenient
made timing test more lenient
added HAVE_USLEEP and HAVE_STDINT_H compile-time options
7.2.0
* added support for the RETURNING clause
7.1.5
fixed database subclassing
7.1.4
updated publish job
made timing test more lenient
7.1.3
updated badge
renamed workflow
updated build status badge
Merge remote-tracking branch 'vazra/add-github-workflow' into add-github-workflow
combined workflows and removed travis and appveyor
added electron 32 bit prebuild support
Merge branch 'master' into add-github-workflow
updated threads documentation example
Fix the infinite loop created by setImmediate() in threads example (#564)
Add support for 12.x, drop 9.x (EOL) (#569)
updated sqlite to 3.35.2 and updated dependencies
added npm test before node-prebuild
added latest electrion versions in prebuild
updated github actions setup-node , version to v2
made Database class extendable, and fixed importing into jest environments
7.1.2
upgraded tar package
replace monkey patching prooperty with WeakSet
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3
Fix monkey patching bug + memory leak when running in Jest (#415)
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3
fix the installing guide for Windows (#440)
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3
include latest electron versions (#471)
added node version 14 to appveyor.yml
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3
Add node 14 to prebuild (#501)
Adopt C++14 (#497)
upgraded SQLite3 to version 3.34.0
7.1.1
upgraded to SQLite v3.33.0
ci: :building_construction: added github workflows for prebuild and release
7.1.0
upgraded to SQLite v3.32.0
Upgrade to SQLite 3.32.0 (#401)
updated readme
updated readme
updated readme
updated readme
Merge branch 'master' of github.com:JoshuaWise/better-sqlite3
updated readme
Update compilation.md
updated docs
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands