Browse Source

Sort changelog

Kevin van Zonneveld 9 years ago
parent
commit
709d1eaa07
1 changed files with 33 additions and 30 deletions
  1. 33 30
      CHANGELOG.md

+ 33 - 30
CHANGELOG.md

@@ -5,33 +5,36 @@ happened / is needed.
 
 Please add your entries in this format:
 
- - `- [ ] (<plugin name>|website|core|meta|test): <Present tense verb> <subject> \(<list of associated owners/gh-issues>\)`.
+ - `- [ ] (<plugin name>|website|core|meta|build|test): <Present tense verb> <subject> \(<list of associated owners/gh-issues>\)`.
 
-Following [SemVer item 4](http://semver.org/#spec-item-4), we're `<1.0.0` and allowing ourselves to make breaking changes in minor patch levels.
+Following [SemVer spec item 4](http://semver.org/#spec-item-4), 
+we're `<1.0.0` and allowing ourselves to make breaking changes in minor 
+and patch levels.
 
-In the current stage we aim to release a new version on the first Tuesday of every new month.
+In the current stage we aim to release a new version on the 
+first Tuesday of every new month.
 
 ## TODO
 
 Ideas that will be planned into a release at one point
 
-- [ ] website: Remove a few of the less favorite taglines. 10-15 items can likely remain.
-- [ ] website: Make cycling through taglines pretty (in terms of code and a nice animation or sth)
+- [ ] build: go through it together again, remove unnecessary commands, simplify (related to “clean up package.json”). Discuss how contributors might use it, add to contributing and/or readme (https://github.com/sapegin/social-likes/blob/next/Contributing.md#building-and-running-tests) (@arturi, @hedgerh, @kvz)
+- [ ] build: investigate Rollup someday, for tree-shaking and smaller dist https://github.com/substack/node-browserify/issues/1379#issuecomment-183383199
+- [ ] build: look into using https://www.npmjs.com/package/npm-run-all instead of parallelshell
+- [ ] build: minification of the bundle
+- [ ] build: sourcemaps for everything (compiled es6->es5 module as well as bundle)
+- [ ] core: Apply plugins when DOM elements aren't static (#25)
 - [ ] instagram: Add basic Instagram plugin example (#21)
 - [ ] presets: Add basic preset that mimics Transloadit's jQuery plugin (#28)
-- [ ] tus: Add support tus 1.0 uploading capabilities (#3)
-- [ ] core: Apply plugins when DOM elements aren't static (#25)
-- [ ] test: Write an acceptance test for the Multipart example via Saucelabs (#2, #23, @hedgerh)
 - [ ] test: setup an HTML page with all sorts of crazy styles, resets & bootstrap to see what brakes Uppy (@arturi)
-- [ ] buildsystem: go through it together again, remove unnecessary commands, simplify (related to “clean up package.json”). Discuss how contributors might use it, add to contributing and/or readme (https://github.com/sapegin/social-likes/blob/next/Contributing.md#building-and-running-tests) (@arturi, @hedgerh, @kvz)
-- [ ] buildsystem: investigate Rollup someday, for tree-shaking and smaller dist https://github.com/substack/node-browserify/issues/1379#issuecomment-183383199
-- [ ] buildsystem: sourcemaps for everything (compiled es6->es5 module as well as bundle)
-- [ ] buildsystem: minification of the bundle
-- [ ] buildsystem: look into using https://www.npmjs.com/package/npm-run-all instead of parallelshell
+- [ ] test: Write an acceptance test for the Multipart example via Saucelabs (#2, #23, @hedgerh)
+- [ ] tus: Add support tus 1.0 uploading capabilities (#3)
+- [ ] website: Make cycling through taglines pretty (in terms of code and a nice animation or sth)
+- [ ] website: Remove a few of the less favorite taglines. 10-15 items can likely remain.
 
 ## 0.0.5 (May 03, 2016)
 
-- [ ] meta: Consider using https://waffle.io/ instead of Markdown task tracking. Some discussion [here](https://transloadit.slack.com/archives/general/p1455693654000062) (@hedgerh, @arturi, @tim-kos, @kvz)
+- [ ] meta: Consider using <waffle.io> instead of Markdown task tracking. Some discussion [here](https://transloadit.slack.com/archives/general/p1455693654000062) (@hedgerh, @arturi, @tim-kos, @kvz)
 
 ## 0.0.4 (April 05, 2016)
 
@@ -41,39 +44,39 @@ Ideas that will be planned into a release at one point
 
 ## 0.0.3 (March 01, 2016)
 
-- [ ] test: Fix and enable phantom acceptance test. Write one actual test. Enable it in `npm run test` so it's ran on Travis automatically (@hedgerh)
-- [x] test: Fix and enable commented out `use plugins` & other core unit test (@arturi)
+- [ ] core: clean up package.json. We've accumulated duplication and weirdness by hacking just for our current problem without keeping a wider view of what was already there (@arturi)
 - [ ] core: Decide on single-noun terminology (npm, umd, dist, package, cdn, module -> bundler -> bundle), and call it that through-out (@kvz)
+- [ ] google: Add basic Google Drive plugin example (can just use `target: "<string>"` so long as modal is in the works by @arturi) (@hedgerh)
+- [ ] meta: Decide on tagline(s) (@kvz, @hedgerh, @arturi, @tim-kos)
 - [ ] modal: Add barely working Modal plugin that can be used as a target (#53, #50, @arturi)
-- [ ] google: Add basic Google Drive plugin example `target: <string>` (@hedgerh)
-- [ ] core: clean up package.json. We've accumulated duplication and weirdness by hacking just for our current problem without keeping a wider view of what was already there (@arturi)
-- [x] core: Create a progressbar/spinner/etc plugin (#18, @arturi)
+- [ ] test: Fix and enable phantom acceptance test. Write one actual test. Enable it in `npm run test` so it's ran on Travis automatically (@hedgerh)
+- [ ] website: Polish taglines (@arturi)
 - [x] core: Allow users to set DOM elements or other plugins as targets (@arturi)
+- [x] core: Create a progressbar/spinner/etc plugin (#18, @arturi)
 - [x] core: Decide on how we ship default styles: separate css file, inline (@kvz, @hedgerh, @arturi, @tim-kos)
-- [ ] meta: Decide on tagline(s) (@kvz, @hedgerh, @arturi, @tim-kos)
-- [ ] website: Polish taglines (@arturi)
 - [x] server: `package.json` (@hedgerh)
+- [x] test: Fix and enable commented out `use plugins` & other core unit test (@arturi)
 
 ## 0.0.2 (February 11, 2016)
 
-- [x] server: Create a (barely) working uppy-server (#39, @hedgerh)
+- [x] build: Use parallelshell and tweak browserify to work with templates (@arturi)
+- [x] core: Add basic i18n support via `core.translate()` and locale loading (#47, @arturi)
 - [x] core: implement a non-blocking `install` method (for Progressbar, for example)  (@arturi, @kvz)
-- [x] dragdrop: Use templates, autoProceed setting, show progress (#50, #18, @arturi)
-- [x] meta: Implement playground to test things in, templates in this case
 - [x] core: Implement ejs or es6 templating (@arturi, @hedgerh)
 - [x] core: Improve on `_i18n` support, add tests (#47, @arturi)
-- [x] buildsystem: Use parallelshell and tweak browserify to work with templates (@arturi)
-- [x] docs: Fix build-documentation.js crashes, add more docs to Utils and Translator (@arturi, @kvz)
 - [x] core: Integrate eslint in our build procedure and make Travis fail on errors found in our examples, Core and Plugins, such as `> 100` char lines (@kvz)
-- [x] core: Add basic i18n support via `core.translate()` and locale loading (#47, @arturi)
+- [x] docs: Fix build-documentation.js crashes, add more docs to Utils and Translator (@arturi, @kvz)
+- [x] dragdrop: Use templates, autoProceed setting, show progress (#50, #18, @arturi)
+- [x] meta: Implement playground to test things in, templates in this case
+- [x] server: Create a (barely) working uppy-server (#39, @hedgerh)
 - [x] website: Fix Uppy deploys (postcss-svg problem) (@arturi, @kvz)
 
 ## 0.0.1 (December 20, 2015)
 
+- [x] core: Individual progress (#24)
+- [x] core: Setup basic Plugin system (#1, #4, #20)
+- [x] core: Setup build System (#30, #13, @hedgerh)
 - [x] dragdrop: Add basic DragDrop plugin example (#7)
 - [x] dropbox: Add basic Dropbox plugin example (#31)
 - [x] website: Add CSS Framework (#14)
 - [x] website: Create Hexo site that also contains our playground (#5, #34, #12 #22, #44, #35, #15, #37, #40, #43)
-- [x] core: Individual progress (#24)
-- [x] core: Setup basic Plugin system (#1, #4, #20)
-- [x] core: Setup build System (#30, #13, @hedgerh)