Skip to content

v1.1.0

Choose a tag to compare

@mmiller42 mmiller42 released this 12 Nov 21:46
· 57 commits to master since this release

This is a summary of the differences between v1.1.0 and v1.0.5.

Commits

Show commits
SHA Author Committed Message
b093a82 mmiller42 2017-11-12 use node 8
8e3a340 mmiller42 2017-11-12 pass unserialized data to CRUD methods as well
3aceb73 mmiller42 2017-11-12 fix documentation
f9b4e89 mmiller42 2017-11-12 1.1.0

Changed files

Show changed files

.circleci/config.yml

@@ -2,7 +2,7 @@ version: 2
 jobs:
   build:
     docker:
-      - image: circleci/node:latest
+      - image: circleci/node:8
     working_directory: ~/autonym
     steps:
       - checkout

package-lock.json

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

package.json

@@ -1,6 +1,6 @@
 {
   "name": "autonym",
-  "version": "1.0.5",
+  "version": "1.1.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/_typeDefs.js

Inline diff not displayed. View the whole file