v1.1.0
This is a summary of the differences between v1.1.0 and v1.0.5.
Commits
Show commits
| SHA | Author | Committed | Message |
|---|---|---|---|
b093a82 |
2017-11-12 | use node 8 | |
8e3a340 |
2017-11-12 | pass unserialized data to CRUD methods as well | |
3aceb73 |
2017-11-12 | fix documentation | |
f9b4e89 |
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:
- checkoutpackage-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