File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ node_js:
11
11
- ' 4.6'
12
12
- ' 5.12'
13
13
- ' 6.9'
14
+ - ' 7.0'
14
15
15
16
matrix :
16
17
include :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ you spot any mistakes.
9
9
* Add ` query ` method to ` PoolNamespace ` #1256 #1505 #1506
10
10
- Used as ` cluster.of(...).query(...) `
11
11
* Fix typo in ` HANDSHAKE_NO_SSL_SUPPORT ` error message #1534
12
+ * Support Node.js 7.x
12
13
* Update ` bignumber.js ` to 2.4.0
13
14
* Update ` sqlstring ` to 2.2.0
14
15
- Accept numbers and other value types in ` escapeId `
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ environment:
15
15
- nodejs_version : " 4.6"
16
16
- nodejs_version : " 5.12"
17
17
- nodejs_version : " 6.9"
18
+ - nodejs_version : " 7.0"
18
19
19
20
services :
20
21
- mysql
You can’t perform that action at this time.
0 commit comments