Skip to content

Commit

Permalink
Using the npm version of deepmerge, not my fork on gh. Exposing under…
Browse files Browse the repository at this point in the history
…lying express app as instance variable 'expressApp'
  • Loading branch information
basicallydan committed Dec 4, 2015
1 parent d6c07c3 commit db1ad43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "interfake",
"preferGlobal": true,
"version": "1.18.0",
"version": "1.19.0",
"author": "Daniel Hough <daniel.hough@gmail.com>",
"description": "A simple way to create dummy APIs",
"contributors": [
Expand Down
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -299,6 +299,7 @@ I tested this on my Mac. If you have trouble on Windows or any other platform, [

## Version History

* 1.19.0: Using the npm version of `deepmerge`, not my fork on gh. Exposing underlying express app as instance variable `expressApp`
* 1.18.0: Array support in query string params added thanks to [@roychoo](https://github.com/roychoo). Also, fixed a couple of tests which broke in Node 5.0.
* 1.17.0: Regular expressions can now be specified in JSON route files and in the normal JavaScript API (`.createRoute()`) using `{ url : { pattern : '', regexp : true } }`
* 1.16.0: Added automatic `OPTIONS` support for any routes specified (e.g. if `GET` has been defined then `OPTIONS` will say so. Also includes `access-control-allow-origin`)
Expand Down

0 comments on commit db1ad43

Please sign in to comment.