Skip to content

v1.0.4

Choose a tag to compare

@mmiller42 mmiller42 released this 21 Oct 19:58
· 62 commits to master since this release

This is a summary of the differences between v1.0.4 and v1.0.3.

Commits

Show commits
SHA Author Committed Message
a0967f2 mmiller42 2017-9-24 Always use latest version in docs redirect
1020e74 mmiller42 2017-9-25 REPL in docs
b1c4030 mmiller42 2017-9-25 Change page title on REPL
6dd74d1 mmiller42 2017-9-25 Fix fetch to not use Headers constructor
f399aae mmiller42 2017-10-21 attempt to fix el problemo
abe66e5 mmiller42 2017-10-21 1.0.4
775d059 mmiller42 2017-10-21 sudo some stuff
ef41c9a mmiller42 2017-10-21 1.0.4
119a72d mmiller42 2017-10-21 seems like greenkeeper lockfile is broken
45cd6cf mmiller42 2017-10-21 1.0.4

Changed files

Show changed files

.babelrc

@@ -1,19 +1,31 @@
 {
   "env": {
     "development": {
-      "presets": [["babel-preset-env", { "targets": { "node": "current" } }]]
+      "presets": [["babel-preset-env", { "targets": { "node": "current" } }]],
+      "plugins": [
+        "babel-plugin-syntax-async-generators",
+        "babel-plugin-add-module-exports",
+        "babel-plugin-transform-class-properties",
+        "babel-plugin-transform-object-rest-spread"
+      ]
     },
     "test": {
-      "presets": [["babel-preset-env", { "targets": { "node": "4.3.0" } }]]
+      "presets": [["babel-preset-env", { "targets": { "node": "4.3.0" } }]],
+      "plugins": [
+        "babel-plugin-syntax-async-generators",
+        "babel-plugin-add-module-exports",
+        "babel-plugin-transform-class-properties",
+        "babel-plugin-transform-object-rest-spread"
+      ]
     },
     "production": {
-      "presets": [["babel-preset-env", { "targets": { "node": "4.3.0" } }]]
+      "presets": [["babel-preset-env", { "targets": { "node": "4.3.0" } }]],
+      "plugins": [
+        "babel-plugin-syntax-async-generators",
+        "babel-plugin-add-module-exports",
+        "babel-plugin-transform-class-properties",
+        "babel-plugin-transform-object-rest-spread"
+      ]
     }
-  },
-  "plugins": [
-    "babel-plugin-syntax-async-generators",
-    "babel-plugin-add-module-exports",
-    "babel-plugin-transform-class-properties",
-    "babel-plugin-transform-object-rest-spread"
-  ]
+  }
 }

.circleci/config.yml

@@ -15,9 +15,6 @@ jobs:
             npm install npm@latest --no-save &&
             sudo rm -rf /usr/local/lib/node_modules/npm &&
             sudo mv node_modules/npm /usr/local/lib/node_modules/npm
-      - run:
-          name: Install greenkeeper-lockfile
-          command: sudo npm install -g greenkeeper-lockfile@1
       - restore_cache:
           key: dependency-cache-{{ checksum "package.json" }}
       - run:
@@ -33,12 +30,6 @@ jobs:
       - run:
           name: Test
           command: npm test
-      - run:
-          name: Update lockfile
-          command: greenkeeper-lockfile-update
-      - run:
-          name: Upload lockfile
-          command: greenkeeper-lockfile-upload
       - deploy:
           name: Publish
           command: |

.esdoc.json

@@ -30,6 +30,27 @@
           "image": null
         }
       }
+    },
+    {
+      "name": "esdoc-inject-assets-plugin",
+      "option": {
+        "assets": [
+          "https://unpkg.com/codemirror@5/lib/codemirror.css",
+          "docsAssets/styles.css",
+          { "path": "https://unpkg.com/es5-shim@4", "type": "script" },
+          { "path": "https://unpkg.com/promise-polyfill@6", "type": "script" },
+          { "path": "https://unpkg.com/whatwg-fetch@2", "type": "script" },
+          { "path": "https://embed.runkit.com", "type": "script" },
+          "https://unpkg.com/react@15/dist/react.js",
+          "https://unpkg.com/react-dom@15/dist/react-dom.js",
+          "https://unpkg.com/babel-standalone@6/babel.min.js",
+          { "path": "https://unpkg.com/codemirror@5", "type": "script" },
+          "https://unpkg.com/codemirror@5/mode/javascript/javascript.js",
+          "https://unpkg.com/codemirror@5/addon/edit/matchbrackets.js",
+          "https://unpkg.com/codemirror@5/addon/edit/closebrackets.js",
+          { "path": "docsAssets/repl.jsx", "type": "script", "attrs": { "type": "text/babel" } }
+        ]
+      }
     }
   ]
 }

.npmignore

@@ -17,3 +17,4 @@ tmp
 
 # Generated documentation
 docs
+docsAssets

buildTools/publishDocs.js

Inline diff not displayed. View the whole file

docsAssets/repl.jsx

Inline diff not displayed. View the whole file

docsAssets/styles.css

Inline diff not displayed. View the whole file

package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "autonym",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -2068,6 +2068,12 @@
       "integrity": "sha1-mRgwGINSjih4k1wUiLvHFYWOQQA=",
       "dev": true
     },
+    "esdoc-inject-assets-plugin": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/esdoc-inject-assets-plugin/-/esdoc-inject-assets-plugin-1.0.0.tgz",
+      "integrity": "sha512-D9WwqYQQNvC2qHtvNU40qmumdeYRpj7owwWu3jwugYp9gMJH+QgREcDX+NIfy/r1/etW3NNqlBmBEktL1ClQyw==",
+      "dev": true
+    },
     "esdoc-integrate-manual-plugin": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/esdoc-integrate-manual-plugin/-/esdoc-integrate-manual-plugin-1.0.0.tgz",

package.json

@@ -1,6 +1,6 @@
 {
   "name": "autonym",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "A KISS JSON REST API framework that can be mounted to your Express application.",
   "keywords": [
     "autonym",
@@ -65,6 +65,7 @@
     "esdoc-ecmascript-proposal-plugin": "^1.0.0",
     "esdoc-external-nodejs-plugin": "^1.0.0",
     "esdoc-importpath-plugin": "^1.0.1",
+    "esdoc-inject-assets-plugin": "^1.0.0",
     "esdoc-standard-plugin": "^1.0.0",
     "eslint": "^4.7.1",
     "eslint-config-prettier": "^2.5.0",
@@ -75,7 +76,8 @@
     "lint-staged": "^4.2.1",
     "minimist": "^1.2.0",
     "prettier": "^1.7.0",
-    "rimraf": "^2.6.1"
+    "rimraf": "^2.6.1",
+    "semver-sort": "0.0.4"
   },
   "peerDependencies": {
     "express": ">=4.0.0 <6.0.0",