Browse Source

update 0.12 release

Ifedapo .A. Olarewaju 8 years ago
parent
commit
2bd6c86769
1 changed files with 3 additions and 0 deletions
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -69,6 +69,9 @@ Theme: Responsive. Cancel. Feedback. ES6 Server
 - [ ] server: re-do build setup: `eslint --fix ./src` via http://standardjs.com (@ifedapoolarewaju)
 - [ ] server: re-do build setup: es5 -> es6 via http://lebab.io. use `const` when we can. Also template literals. Not `imports` so we can use Node 7. (@ifedapoolarewaju)
 - [ ] server: re-do build setup: `babel-node` or `babel-require` could do realtime transpiling for development (how does that hook in with e.g. `nodemon`?) (@ifedapoolarewaju)
+- [x] server: refacor: remove/reduce file redundancy (@ifedapoolarewaju)
+- [x] server: error handling: 404 and 401 error handler (@ifedapoolarewaju)
+- [x] server: bug fix: failing google drive (@ifedapoolarewaju)
 - [ ] webcam: stop using the webcam (green light off) after the picture is taken / tab is hidden (do we need mount/unmount maybe?)
 - [x] core: allow usage without `new`, start renaming `Core()` to `Uppy()` in examples (@arturi)
 - [x] core: api — consider Yosh’s feedback and proposals https://gist.github.com/yoshuawuyts/b5e5b3e7aacbee85a3e61b8a626709ab, come up with follow up questions (@arturi)