Skip to content

Commit a337831

Browse files
committed
Bump version to 1.4.0
1 parent 48449c8 commit a337831

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
Revision history for node-mysql-libmysqlclient,
44
the asynchronous MySQL binding for Node.js using libmysqlclient.
55

6+
## Version 1.4.0
7+
8+
* Improvements:
9+
* Queued connection implemeted, refs #117
10+
* High-level connection with query/querySend selection, refs #126
11+
* Add createConnection() method for module, refs #124
12+
* Add fetchAllSync method for prepered statements, refs #142 and #154
13+
* Introduce PDoc for autogenerated API documentation, refs #120
14+
* Fixes:
15+
* Optimize memory usage, refs #122
16+
* Many README and tests improvements
17+
* Uncompatible changes:
18+
* Deprecate Node.js v0.4.x support, refs #141
19+
20+
Special thanks to Alexander Makarenko
21+
622
## Version 1.3.3
723

824
* Move main library file into /lib/

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.3.3",
3+
"version" : "1.4.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)