Skip to content

Commit

Permalink
updated posterus (bugfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitranim committed Apr 12, 2018
1 parent e911114 commit 3a01fd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-ring",
"version": "0.3.0",
"version": "0.3.1",
"description": "Write Koa handlers as ƒ(request) -> response, like in Clojure/Ring. Supports automatic cancelation on client disconnect via Posterus futures and fibers.",
"main": "koa-ring",
"keywords": [
Expand All @@ -15,7 +15,7 @@
],
"dependencies": {
"fpx": "^0.4.5",
"posterus": "^0.3.3",
"posterus": "^0.3.4",
"querystring": "^0.2.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ function apiHandler(request) {

## Changelog

### 0.3.1

Updated to a newer version of Posterus (bugfix).

### 0.3.0

Breaking: replaced routing utils with URL preparsing. Tentative.
Expand Down

0 comments on commit 3a01fd0

Please sign in to comment.