File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 5.0.1
4
+ - dep: node-addon-api to ^3.0.0 [ #1367 ] ( https://github.com/mapbox/node-sqlite3/pull/1367 )
5
+ - bug: bad comparison of c string [ #1347 ] ( https://github.com/mapbox/node-sqlite3/pull/1347 )
6
+ - build: Install files to be deployed [ #1352 ] ( https://github.com/mapbox/node-sqlite3/pull/1352 )
7
+ - sqlite3: upgrade to 3.32.3 [ #1351 ] ( https://github.com/mapbox/node-sqlite3/pull/1351 )
8
+ - bug: worker threads crash [ #1367 ] ( https://github.com/mapbox/node-sqlite3/pull/1367 )
9
+ - bug: segfaults [ #1368 ] ( https://github.com/mapbox/node-sqlite3/pull/1368 )
10
+ - typo: broken link to MapBox site [ #1369 ] ( https://github.com/mapbox/node-sqlite3/pull/1369 )
11
+
3
12
## 5.0.0
4
13
- prebuilt: Node 14 support, dropped support for all version of Node < 10 [ #1304 ] ( https://github.com/mapbox/node-sqlite3/pull/1304 )
5
14
- prebuilt: add electron 7.2 [ #1324 ] ( https://github.com/mapbox/node-sqlite3/pull/1324 )
10
19
## 4.2.0
11
20
- electron: Electron v8, v8.1.x & v8.2.x [ #1294 ] ( https://github.com/mapbox/node-sqlite3/pull/1294 ) [ #1308 ] ( https://github.com/mapbox/node-sqlite3/pull/1308 )
12
21
- sqlite3: update to 3.31.1 (3310100) [ #1289 ] ( https://github.com/mapbox/node-sqlite3/pull/1289 )
13
- - webpack: split sqlite3-binding.js out so that it could be override by webpack [ #1268 ] ( https://github.com/mapbox/node-sqlite3/pull/1268 )
22
+ - webpack: split sqlite3-binding.js out so that it could be override by webpack [ #1268 ] ( https://github.com/mapbox/node-sqlite3/pull/1268 )
14
23
- sqlite3: enable 'SQLITE_ENABLE_DBSTAT_VTAB=1' [ #1281 ] ( https://github.com/mapbox/node-sqlite3/pull/1281 )
15
24
- deps: remove request [ #1287 ] ( https://github.com/mapbox/node-sqlite3/pull/1287 )
16
25
- deps: alternative update of node-gyp for electron (v1 - v4), windows [ #1283 ] ( https://github.com/mapbox/node-sqlite3/pull/1283 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sqlite3" ,
3
3
"description" : " Asynchronous, non-blocking SQLite3 bindings" ,
4
- "version" : " 5.0.0 " ,
4
+ "version" : " 5.0.1 " ,
5
5
"homepage" : " https://github.com/mapbox/node-sqlite3" ,
6
6
"author" : {
7
7
"name" : " MapBox" ,
You can’t perform that action at this time.
0 commit comments