UNPKG

1.93 kBMarkdownView Raw
1## 0.4.0
2
3To be released: February 24, 2017
4Theme: TBA
5
6- [x] server: refactor local/remote uploads in tus, allow for pause/resume with remote upload (@arturi, @ifedapoolarewaju)
7- [x] server: pass file size from Google Drive / Dropbox ? (@ifedapoolarewaju)
8- [x] server: return uploaded file urls (from Google Drive / Dropbox) ? (@ifedapoolarewaju)
9
10## 0.3.0
11
12To be released: January 27, 2017.
13Theme: The new 13: Responsive Dashboard, Standalone & Pluggable Server, Dropbox
14
15- [x] server: a pluggable uppy-server (express / koa for now) (@ifedapoolarewaju)
16- [x] server: standalone uppy-server (@ifedapoolarewaju)
17- [x] server: Integrate dropbox plugin (@ifedapoolarewaju)
18- [x] server: smooth authentication: after auth you are back in your app where you left, no page reloads (@ifedapoolarewaju)
19- [x] tus: fix upload progress from uppy-server (@arturi, @ifedapoolarewaju)
20
21## 0.2.0
22
23To be released: November 25, 2016.
24Theme: Responsive. Cancel. Feedback. ES6 Server
25
26- [x] server: add pre-commit and lint-staged (@arturi)
27- [x] server: re-do build setup: building at `deploy` and `prepublish` when typing `npm run release:patch` 0.0.1 -> 0.0.2 (@ifedapoolarewaju)
28- [x] server: re-do build setup: es6 `src` -> es5 `lib` (use plugin packs from Uppy)
29- [x] server: re-do build setup: `eslint --fix ./src` via http://standardjs.com (@ifedapoolarewaju)
30- [x] 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)
31- [x] server: refacor: remove/reduce file redundancy (@ifedapoolarewaju)
32- [x] server: error handling: 404 and 401 error handler (@ifedapoolarewaju)
33- [x] server: bug fix: failing google drive (@ifedapoolarewaju)
34
35Uppy-server's changelog is merged together with uppy client's changelog [here](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md). Please check it out for a full reference.