We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c07367 commit b586646Copy full SHA for b586646
.travis.yml
@@ -9,6 +9,7 @@ node_js:
9
- '3.3'
10
- '4.4'
11
- '5.11'
12
+ - '6.0'
13
14
matrix:
15
include:
Changes.md
@@ -9,6 +9,7 @@ you spot any mistakes.
* Add `POOL_CONNLIMIT` code to "No connections available." error #1332
* Fix Query stream to emit close after ending #1349 #1350
* Performance improvements for array/object escaping in SqlString #1331
+* Support Node.js 6.x
* Update `bignumber.js` to 2.3.0
## v2.10.2 (2016-01-12)
appveyor.yml
@@ -14,6 +14,7 @@ environment:
- nodejs_version: "3.3"
- nodejs_version: "4.4"
16
- nodejs_version: "5.11"
17
+ - nodejs_version: "6.0"
18
19
services:
20
- mysql
0 commit comments