Skip to content

Commit 60fa023

Browse files
committed
Bump version to 1.6.0
* Compatibility with latest (v0.8.26 and v0.10.25) Node.js API (using NAN) * Test against node v0.11, drop v0.6 support
1 parent caece4f commit 60fa023

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.markdown

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,20 @@
33
Revision history for node-mysql-libmysqlclient,
44
the asynchronous MySQL binding for Node.js using libmysqlclient.
55

6+
## Version 1.6.0
7+
8+
* Memory leaks and logic errors fixed in MysqlStatement
9+
* Added async version of prepared statement fetchAll method
10+
* Test against node v0.11, drop v0.6 support
11+
* Compatibility with latest (v0.8.26 and v0.10.25) Node.js API (using NAN)
12+
13+
Special thanks to Alexander Makarenko for prepared statements support improvements
14+
615
## Version 1.5.2
716

817
* Handle unsigned fields correctly in MysqlStatement
918
* Fixed MYSQL_TIME to JavaScript Date conversion in MysqlStatement
10-
* Compatibility with latest (v0.8.19 & v0.9.9) Node.js API
19+
* Compatibility with latest (v0.8.19 and v0.9.9) Node.js API
1120

1221
## Version 1.5.1
1322

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Node-mysql-libmysqlclient [![Build status][Build status image]][Build status URL
33

44
**Asynchronous MySQL binding for [Node.js] using libmysqlclient.**
55

6-
**This module has been tested with Node.js versions 0.8.15, 0.9.5 and 0.10.13**
6+
**This module has been tested with Node.js versions 0.8.26, v0.10.25 and 0.11.10**
77

88
[Node.js]: http://nodejs.org/
99
[Build status image]: https://secure.travis-ci.org/Sannis/node-mysql-libmysqlclient.png?branch=master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "mysql-libmysqlclient",
3-
"version" : "1.5.2",
3+
"version" : "1.6.0",
44
"description" : "Binary MySQL bindings for Node.JS",
55
"keywords" : ["mysql", "libmysqlclient", "sql", "database", "addon"],
66
"homepage" : "http://sannis.github.com/node-mysql-libmysqlclient",

0 commit comments

Comments
 (0)