Skip to content

v1.1.3

Choose a tag to compare

@mmiller42 mmiller42 released this 15 Nov 01:30
· 51 commits to master since this release

This is a summary of the differences between v1.1.3 and v1.1.2.

Commits

Show commits
SHA Author Committed Message
8a4bb5f mmiller42 2017-11-15 don't throw when sending an error from a find request
78e07a7 mmiller42 2017-11-15 1.1.3

Changed files

Show changed files

package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "autonym",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

package.json

@@ -1,6 +1,6 @@
 {
   "name": "autonym",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "description": "A KISS JSON REST API framework that can be mounted to your Express application.",
   "keywords": [
     "autonym",

src/Res.js

Inline diff not displayed. View the whole file

src/middleware/createErrorMiddleware.js

Inline diff not displayed. View the whole file