Skip to content

Commit 2eb9f88

Browse files
committed
Support for node.js version 8
Change-Id: I3ee7aaa154b5a9edf995765dfffee85116bbb704
1 parent c8cbb3b commit 2eb9f88

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ native compilation. Native compilation is managed by [`node-gyp`](https://github
1313

1414
The official version hosted on NPM includes precompiled libraries for Windows (64-bit).
1515

16-
As of version 1.0.6, the node-sqlanywhere driver supports node.js v0.10, 0.12, 4.x, and 5.x. As of version 1.0.9, it also supports node.js v6.x and v7.x.
16+
Versions supported:
17+
18+
<table border="1">
19+
<tr><th>Driver version</th><th>Node.js version</th></tr>
20+
<tr><td>1.0.6</td><td>0.10, 0.12, 4.x, 5.x</td></tr>
21+
<tr><td>1.0.9</td><td>6.x, 7.x</td></tr>
22+
<tr><td>1.0.19</td><td>8.x</td></tr>
23+
</table>
1724

1825
## Getting Started
1926

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
}
2323
}
2424
]
25-
}
25+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "SQL ANYWHERE ",
33
"name": "sqlanywhere",
44
"description": "SQL Anywhere JavaScript Driver.",
5-
"version": "1.0.18",
5+
"version": "1.0.19",
66
"repository": {
77
"url": "https://github.com/sqlanywhere/node-sqlanywhere"
88
},

0 commit comments

Comments
 (0)