Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
node-sqlite3
Commits
034c05fd
Unverified
Commit
034c05fd
authored
Jun 02, 2020
by
Kewde
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prebuilt: re-enable Node 10 [publish binary]
parent
c196b051
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletions
+15
-1
.travis.yml
.travis.yml
+10
-0
CHANGELOG.md
CHANGELOG.md
+1
-1
appveyor.yml
appveyor.yml
+4
-0
No files found.
.travis.yml
View file @
034c05fd
...
...
@@ -49,6 +49,13 @@ matrix:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
packages
:
[
'
clang-3.5'
,
'
libstdc++-4.9-dev'
]
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="10"
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
packages
:
[
'
clang-3.5'
,
'
libstdc++-4.9-dev'
]
# OS X
-
os
:
osx
compiler
:
clang
...
...
@@ -62,6 +69,9 @@ matrix:
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="11"
# node abi 67
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="10"
# node abi 67
# electron Linux
-
os
:
linux
compiler
:
clang
...
...
CHANGELOG.md
View file @
034c05fd
# Changelog
## 5.0.0
-
prebuilt: Node 14 support, dropped support for all version of Node < 1
1
[
#1304
](
https://github.com/mapbox/node-sqlite3/pull/1304
)
-
prebuilt: Node 14 support, dropped support for all version of Node < 1
0
[
#1304
](
https://github.com/mapbox/node-sqlite3/pull/1304
)
-
prebuilt: add electron 7.2
[
#1324
](
https://github.com/mapbox/node-sqlite3/pull/1324
)
-
napi: refactor codebase to use N-API instead of NAN (+ various improvements)
[
#1304
](
https://github.com/mapbox/node-sqlite3/pull/1304
)
-
trace: don't require throw to add trace info for verbose
[
#1317
](
https://github.com/mapbox/node-sqlite3/pull/1317
)
...
...
appveyor.yml
View file @
034c05fd
environment
:
matrix
:
-
nodejs_version
:
10
platform
:
x64
-
nodejs_version
:
10
platform
:
x86
-
nodejs_version
:
11
platform
:
x64
-
nodejs_version
:
11
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment