From 87261e3d729ddfb746864dea6cb28aad90a396c1 Mon Sep 17 00:00:00 2001 From: Dustin Smith Date: Thu, 31 Mar 2016 13:43:31 -0500 Subject: [PATCH] Updating docs for v1.1.0 --- History.md | 7 +++++++ docs/History.html | 12 ++++++++++++ docs/index.html | 13 ++++++++++++- package.json | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 6f2c4272..70be6900 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +# v1.1.0 + +* Fix for when chunk returned by transform to the parser ends with a space +* Functionality to give a reason when invalid data +* Fix problem with utf8 encoded streams that have multi-byte characters +* Allow passing sparse array of headers + # v1.0.0 * Node 4 and 5 support. diff --git a/docs/History.html b/docs/History.html index 8b2f2b1f..f261ae22 100644 --- a/docs/History.html +++ b/docs/History.html @@ -176,6 +176,18 @@ +

v1.1.0

+ +

v1.0.0

+

v0.6.0