Skip to content

Commit

Permalink
version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Feb 5, 2020
1 parent 0bca5f1 commit 9e23169
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 233 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 0.5.3

- **Bug Fix**
- don't set `target: es6` in `tsconfig.build-es6.json` (@gcanti)
- **Internal**
- upgrade to latest `docs-ts` (@gcanti)

# 0.5.2

- **New Feature**
Expand Down
12 changes: 6 additions & 6 deletions docs/modules/express.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Added in v0.5.0
- [setStatus (method)](#setstatus-method)
- [setBody (method)](#setbody-method)
- [endResponse (method)](#endresponse-method)
- [fromRequestHandler (function)](#fromrequesthandler-function)
- [toErrorRequestHandler (function)](#toerrorrequesthandler-function)
- [toRequestHandler (function)](#torequesthandler-function)
- [fromRequestHandler](#fromrequesthandler)
- [toErrorRequestHandler](#toerrorrequesthandler)
- [toRequestHandler](#torequesthandler)

---

Expand Down Expand Up @@ -191,7 +191,7 @@ endResponse(): ExpressConnection<ResponseEnded> { ... }

Added in v0.5.0

# fromRequestHandler (function)
# fromRequestHandler

**Signature**

Expand All @@ -204,7 +204,7 @@ export function fromRequestHandler<I = StatusOpen, E = never, A = never>(

Added in v0.5.0

# toErrorRequestHandler (function)
# toErrorRequestHandler

**Signature**

Expand All @@ -214,7 +214,7 @@ export function toErrorRequestHandler<I, O, E>(f: (err: unknown) => Middleware<I

Added in v0.5.0

# toRequestHandler (function)
# toRequestHandler

**Signature**

Expand Down
Loading

0 comments on commit 9e23169

Please # to comment.