Skip to content

Commit 92c3219

Browse files
committed
release: v2.0.0
1 parent a00f72f commit 92c3219

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### v2.0.0 (_2024-04-10_)
2+
3+
- feat: add prepare api
4+
- feat: add transaction api
5+
- feat: add vacuum api
6+
- feat: add checkIntegrity api
7+
- feat: get database name
8+
- feat: add isInMemory api
9+
- feat: add pragma api
10+
- feat: add static property of sqlite max parameters
11+
- refactor: test with disk database
12+
- refactor: turn isInMemory method to property
13+
- refactor: use rollup-plugin-rm to clean dist
14+
- refactor: remove checkIntegrity api
15+
- refactor: support for tracing and logging
16+
- fix: set db to undefined when closed
17+
- fix: get method may return undefined
18+
- fix: pragma not support empty string and zero
19+
- chore: format jsdoc
20+
- chore: bump deps
21+
122
### v1.0.1 (_2024-04-04_)
223

324
- feat: add toSqlQueryParam api

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlite3-queries",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "A type-safe and promise-based query client for node sqlite3.",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)