Skip to content

Commit

Permalink
v.2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Bridgewater committed Jan 25, 2017
1 parent a56a893 commit c50cf5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## v.2.4.0 - xx Jan, 2017
## v.2.4.0 - 25 Jan, 2017

Features

- Added `reset` function to reset the parser to it's initial values
- Added `setReturnBuffers` function to reset the returnBuffers option (Only for the JSParser)
- Added `setStringNumbers` function to reset the stringNumbers option (Only for the JSParser)
- All Errors are now of sub classes of the new `RedisError` class. It is also exported.
- Improved bulk string chunked data handling performance

Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-parser",
"version": "2.3.0",
"version": "2.4.0",
"description": "Javascript Redis protocol (RESP) parser",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c50cf5f

Please sign in to comment.