Skip to content

v1.1.4

Choose a tag to compare

@mmiller42 mmiller42 released this 23 Nov 04:00
· 49 commits to master since this release

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

Commits

Show commits
SHA Author Committed Message
f30f653 mmiller42 2017-11-23 fix merging behavior when validating updates
9dc001f mmiller42 2017-11-23 1.1.4

Changed files

Show changed files

package-lock.json

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

package.json

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

src/Model.js

Inline diff not displayed. View the whole file

src/Req.js

Inline diff not displayed. View the whole file