File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ npm-debug.log*
1010.yarn-integrity
1111.idea
1212coverage /
13+ test-report.xml
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ### [ v3.0.4] , [ v3.0.5]
5+ ### [ v3.0.4] , [ v3.0.5] , [ v3.0.6 ]
66> 2020-03-22
77
88Accidentally published v4 beta into mainline npm. This is a revert publish.
Original file line number Diff line number Diff line change 1515
1616---
1717
18+ ## v4 beta announcement
1819
19- ### How to Install
20+ 3/22/2020: Version 4 of ` sqlite ` is now in beta.
21+
22+ Installation instructions and changelog [ here] ( https://github.com/kriasoft/node-sqlite/issues/105 ) .
23+
24+ ### How to Install (v3)
2025
2126``` sh
2227$ npm install sqlite --save
2328```
2429
25-
2630### How to Use
2731
2832** NOTE** : For Node.js v5 and below use ` var db = require('sqlite/legacy'); ` .
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " sqlite" ,
4- "version" : " 3.0.5 " ,
4+ "version" : " 3.0.6 " ,
55 "description" : " SQLite client for Node.js applications with SQL-based migrations API" ,
66 "repository" : " kriasoft/node-sqlite" ,
77 "author" : " Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)" ,
You can’t perform that action at this time.
0 commit comments