Skip to content

v1.3.0

Choose a tag to compare

@mmiller42 mmiller42 released this 28 Nov 23:29
· 45 commits to master since this release

This is a summary of the differences between v1.3.0 and v1.2.0.

Commits

Show commits
SHA Author Committed Message
c376f07 mmiller42 2017-11-28 add ability to specify additional properties to not strip
fce2005 mmiller42 2017-11-28 1.3.0

Changed files

Show changed files

package-lock.json

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

package.json

@@ -1,6 +1,6 @@
 {
   "name": "autonym",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "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/utils/index.js

Inline diff not displayed. View the whole file