Releases: mmiller42/autonym
v1.3.2
This is a summary of the differences between v1.3.2 and v1.3.1.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
014b23a |
2017-12-14 | needs runtime transform plugin | |
90d012a |
2017-12-14 | 1.3.2 |
Changed files
Show changed files
.babelrc
@@ -6,7 +6,8 @@
"babel-plugin-syntax-async-generators",
"babel-plugin-add-module-exports",
"babel-plugin-transform-class-properties",
- "babel-plugin-transform-object-rest-spread"
+ "babel-plugin-transform-object-rest-spread",
+ "babel-plugin-transform-runtime"
]
},
"test": {
@@ -15,7 +16,8 @@
"babel-plugin-syntax-async-generators",
"babel-plugin-add-module-exports",
"babel-plugin-transform-class-properties",
- "babel-plugin-transform-object-rest-spread"
+ "babel-plugin-transform-object-rest-spread",
+ "babel-plugin-transform-runtime"
]
},
"production": {
@@ -24,7 +26,8 @@
"babel-plugin-syntax-async-generators",
"babel-plugin-add-module-exports",
"babel-plugin-transform-class-properties",
- "babel-plugin-transform-object-rest-spread"
+ "babel-plugin-transform-object-rest-spread",
+ "babel-plugin-transform-runtime"
]
}
}
package-lock.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.3.1",
+ "version": "1.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
package.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "A KISS JSON REST API framework that can be mounted to your Express application.",
"keywords": [
"autonym",
v1.3.1
This is a summary of the differences between v1.3.1 and v1.3.0.
Commits
Changed files
Show changed files
package-lock.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.3.0",
+ "version": "1.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
package.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A KISS JSON REST API framework that can be mounted to your Express application.",
"keywords": [
"autonym",
src/utils/index.js
Inline diff not displayed. View the whole file
v1.3.0
This is a summary of the differences between v1.3.0 and v1.2.0.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
c376f07 |
2017-11-28 | add ability to specify additional properties to not strip | |
fce2005 |
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
v1.2.0
This is a summary of the differences between v1.2.0 and v1.1.4.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
26b0078 |
2017-11-23 | add getAjv option | |
96adff2 |
2017-11-23 | 1.2.0 |
Changed files
Show changed files
package-lock.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.1.4",
+ "version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
package.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.1.4",
+ "version": "1.2.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
v1.1.4
This is a summary of the differences between v1.1.4 and v1.1.3.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
f30f653 |
2017-11-23 | fix merging behavior when validating updates | |
9dc001f |
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
v1.1.3
This is a summary of the differences between v1.1.3 and v1.1.2.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
8a4bb5f |
2017-11-15 | don't throw when sending an error from a find request | |
78e07a7 |
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
v1.1.2
This is a summary of the differences between v1.1.2 and v1.1.1.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
beecafd |
2017-11-12 | defaultsDeep while preserving arrays | |
50bd980 |
2017-11-12 | 1.1.2 |
Changed files
Show changed files
package-lock.json
@@ -1,9 +1,17 @@
{
"name": "autonym",
- "version": "1.1.1",
+ "version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+ "@nodeutils/defaults-deep": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@nodeutils/defaults-deep/-/defaults-deep-1.1.0.tgz",
+ "integrity": "sha1-uxEk3I184LxdodZorOWBSSWO8gs=",
+ "requires": {
+ "lodash": "4.17.4"
+ }
+ },
"abab": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/abab/-/abab-1.0.3.tgz",
package.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "A KISS JSON REST API framework that can be mounted to your Express application.",
"keywords": [
"autonym",
@@ -84,6 +84,7 @@
"body-parser": "^1.0.0"
},
"dependencies": {
+ "@nodeutils/defaults-deep": "^1.1.0",
"ajv": "^5.2.2",
"assign-deep": "^0.4.6",
"async-boolean-expression-evaluator": "^2.0.0",
src/Req.js
Inline diff not displayed. View the whole file
v1.1.1
This is a summary of the differences between v1.1.1 and v1.1.0.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
c9e09e2 |
2017-11-12 | fix filtertoproperties | |
6b9aa62 |
2017-11-12 | 1.1.1 |
Changed files
Show changed files
package-lock.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.1.0",
+ "version": "1.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
package.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A KISS JSON REST API framework that can be mounted to your Express application.",
"keywords": [
"autonym",
src/utils/index.js
Inline diff not displayed. View the whole file
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:
- 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
v1.0.5
This is a summary of the differences between v1.0.5 and v1.0.4.
Commits
Show commits
SHA | Author | Committed | Message |
---|---|---|---|
6eff52d |
2017-10-21 | 1.0.5 |
Changed files
Show changed files
package-lock.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.0.4",
+ "version": "1.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
package.json
@@ -1,6 +1,6 @@
{
"name": "autonym",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "A KISS JSON REST API framework that can be mounted to your Express application.",
"keywords": [
"autonym",