[Pkg-javascript-commits] [node-mocks-http] 280/296: Updated to version 1.5.0

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Feb 8 18:13:45 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 63f99dcc540c037d3f0aadaac78dddf86d068882
Author: Howard Abrams <howard.abrams at gmail.com>
Date:   Tue Oct 27 22:02:59 2015 -0700

    Updated to version 1.5.0
    
    Due to new features and behavioral changes, decided to make the leap to
    version 1.5...
---
 HISTORY.md   | 30 +++++++++++++++++++++++++-----
 package.json |  2 +-
 2 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/HISTORY.md b/HISTORY.md
index abd4a51..ac0ea35 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,25 @@
+v 1.5.0
+-------
+
+Documentation changes, a new feature, and better behaviors, including:
+
+  * Added `jsonp` method that takes a status code and a payload, see [PR #79][79]
+  * Now able to attach non-standard properties to the mock request object. [PR #74][74]
+  * param now takes a default value, see [PR #76][76]
+  * Emit `end` when redirecting, see [PR #77][77]
+  * Documentation changes, see [PR #64][64], [PR #75][75], [PR #78][78]
+
+  [64]: https://github.com/howardabrams/node-mocks-http/issues/64
+  [74]: https://github.com/howardabrams/node-mocks-http/issues/74
+  [75]: https://github.com/howardabrams/node-mocks-http/issues/75
+  [76]: https://github.com/howardabrams/node-mocks-http/issues/76
+  [77]: https://github.com/howardabrams/node-mocks-http/issues/77
+  [78]: https://github.com/howardabrams/node-mocks-http/issues/78
+  [79]: https://github.com/howardabrams/node-mocks-http/issues/79
+
+
 v 1.4.4
----
+-------
 
   Bug fix release, including the following:
   * Fixed for [#67][67]
@@ -7,10 +27,10 @@ v 1.4.4
   * Merge fix for [#70][70]
   * Merge fix for [#73][73]
 
-    [67]: https://github.com/howardabrams/node-mocks-http/issues/67
-    [68]: https://github.com/howardabrams/node-mocks-http/issues/68
-    [70]: https://github.com/howardabrams/node-mocks-http/issues/70
-    [73]: https://github.com/howardabrams/node-mocks-http/issues/73
+  [67]: https://github.com/howardabrams/node-mocks-http/issues/67
+  [68]: https://github.com/howardabrams/node-mocks-http/issues/68
+  [70]: https://github.com/howardabrams/node-mocks-http/issues/70
+  [73]: https://github.com/howardabrams/node-mocks-http/issues/73
 
 v 1.2.0
 ---
diff --git a/package.json b/package.json
index 88bee81..25f7b70 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Howard Abrams <howard.abrams at gmail.com> (http://www.github.com/howardabrams)",
   "name": "node-mocks-http",
   "description": "Mock 'http' objects for testing Express routing functions",
-  "version": "1.4.4",
+  "version": "1.5.0",
   "homepage": "https://github.com/howardabrams/node-mocks-http",
   "bugs": {
     "url": "https://github.com/howardabrams/node-mocks-http/issues"

-- 
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