[Pkg-javascript-commits] [node-mocks-http] 23/296: Added new version to release notes
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:17 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 c6ae60b1515ce844b1793e9f8dd7d7c2b3309c12
Author: Andrew E Gall <agall at groupon.com>
Date: Sat Mar 2 01:37:19 2013 +0100
Added new version to release notes
---
README.md | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index f41b0ef..a6f61c0 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ You can easily test that function with some code like this:
params: { id: 42 }
});
var response = httpMocks.createResponse();
-
+
aroute(request, response);
-
+
var data = JSON.parse( response._getData() );
test.equal("Bob Dog", data.name);
test.equal(42, data.age);
@@ -50,7 +50,7 @@ This project is available as a NPM package.
After this, just include the following in your test files:
var httpMocks = require('../lib/http-mock');
-
+
Design Decisions
----------------
@@ -69,6 +69,11 @@ 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 0.0.9
+-------
+
+ * Add support for response cookies
+
v 0.0.8
-------
@@ -96,7 +101,7 @@ v 0.0.4
* Added a `request.session` that can be set during construction (or via
calling the `_setSessionVariable()` method, and read as an object.
-
+
v 0.0.3
-------
@@ -107,7 +112,7 @@ v 0.0.2
-------
* Code refactoring of the `Response` mock.
-
+
v 0.0.1
-------
--
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