[Pkg-javascript-commits] [node-mocks-http] 43/296: Updates the README.md

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository node-mocks-http.

commit 646ee2823dc5ea282f3f9a38e3ca6ba38f6c980a
Author: Alan James <alanjames1987 at gmail.com>
Date:   Wed Sep 17 00:06:50 2014 -0400

    Updates the README.md
---
 README.md | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index e300a4f..a518871 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,16 @@ Most releases fixes bugs with our mocks or add features similar to the
 actual `Request` and `Response` objects offered by Node.js and extended
 by Express.
 
+v 1.1.0
+-------
+
+    * Adds a `.header`, `.set`, and `.get` method to the response.
+
+v 1.0.4
+-------
+
+    * Adds the MIT license
+
 v 1.0.3
 -------
 
@@ -103,35 +113,35 @@ v 1.0.3
 v 1.0.2
 -------
 
-  * Added a `.json()` method to the response. (Thanks, diachedelic)
+  * Adds a `.json()` method to the response. (Thanks, diachedelic)
   * Cleaned up all source files so ./run-tests passes.
   * Cleaned up jshint issues.
 
 v 1.0.1
 -------
 
-  * Add support for response redirect and render
+  * Adds support for response redirect and render
 
 v 0.0.9
 -------
 
-  * Add support for response cookies
+  * Adds support for response cookies
 
 v 0.0.8
 -------
 
-  * Add support for request headers
+  * Adds support for request headers
   * Fix wrong function name of set cookies
 
 v 0.0.7
 -------
 
-  * Add support for request cookies
+  * Adds support for request cookies
 
 v 0.0.6
 -------
 
-  * Add support for request files
+  * Adds support for request files
 
 v 0.0.5
 -------
@@ -142,13 +152,13 @@ v 0.0.5
 v 0.0.4
 -------
 
-  * Added a `request.session` that can be set during construction (or via
+  * Adds a `request.session` that can be set during construction (or via
     calling the `_setSessionVariable()` method, and read as an object.
 
 v 0.0.3
 -------
 
-  * Added a `request.query` that can be set during construction and read
+  * Adds a `request.query` that can be set during construction and read
     as an object.
 
 v 0.0.2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git



More information about the Pkg-javascript-commits mailing list