Commit graph

169 commits

Author SHA1 Message Date
Artur Paikin
137f4e0640 Roll back to pretty-bytes — better ES5 support with number-is-nan ponyfill, Number.isNaN is ES6 feature
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global
_Objects/Number/isNaN

https://www.npmjs.com/package/pretty-bytes
https://www.npmjs.com/package/prettier-bytes
2016-07-08 16:14:01 -04:00
Artur Paikin
1d8bf7cd53 pretty-bytes --> prettier-bytes 2016-07-08 14:11:52 -04:00
Artur Paikin
b781b3d439 Fix all examples and add web:bundle:update:watch \_(ツ)_/¯ 2016-07-07 13:08:38 -04:00
Artur Paikin
534bf403f7 Set less frequently used port 2016-07-01 22:55:25 -04:00
Artur Paikin
5f13a49d1b Greatly improved example page and command for dev — watch:example 2016-07-01 22:48:53 -04:00
Artur Paikin
ae55b8c158 Bare example watch script 2016-07-01 18:53:58 -04:00
Artur Paikin
216828fb13 Pretty bites for uploadedSize & totalSize, remove icon update 2016-06-30 00:31:59 -04:00
Artur Paikin
3b1257fc8c Restructure npm scripts, get rid of parallelshell 2016-06-23 00:15:22 -07:00
Artur Paikin
16b1adf949 Avoid build loop
https://travis-ci.org/transloadit/uppy/builds/137276045
2016-06-13 11:49:19 -04:00
Kevin van Zonneveld
5bb135cc20 Release 0.6.4 2016-06-13 16:40:31 +02:00
Kevin van Zonneveld
dd1f971a45 Merge branch 'master' of https://github.com/transloadit/uppy 2016-06-13 16:40:23 +02:00
Artur Paikin
38d845d910 Build dependencies 2016-06-13 10:34:05 -04:00
Kevin van Zonneveld
6c135dda6b Install before publish as this bit us twice now 2016-06-13 16:25:57 +02:00
Kevin van Zonneveld
7e4cc0067c Release 0.6.3 2016-06-13 16:24:27 +02:00
Artur Paikin
5f80d4c596 regular + min + gzipped versions of the bundle 2016-06-12 23:58:08 -04:00
Artur Paikin
79a5428b68 0.6.2 2016-06-06 21:09:20 -04:00
Artur Paikin
aca6c331e8 Add es6-promise as dependency as opposed to devDependency 2016-06-06 21:09:03 -04:00
Artur Paikin
fc1a8cc5f5 Move to minor versions for releases, add files array for npm package, remove install script 2016-06-06 21:01:46 -04:00
Artur Paikin
7968f0aa8c Release 0.0.7
Should have been 0.0.6, but magic happened
2016-06-06 20:11:54 -04:00
Artur Paikin
a257a93722 npm prepublish task, more npm-run-all, sourcemaps for lib, jsnext:main 2016-06-03 18:20:20 -04:00
Artur Paikin
3810a2ba92 More npm-run-all 2016-06-02 04:09:04 -04:00
Artur Paikin
f4241dc173 Update watch in npm scripts 2016-05-31 23:46:37 -04:00
Artur Paikin
38512b790f npm scripts fix 2016-05-30 10:22:03 -04:00
Artur Paikin
70ec56782f add minifyify to package.json 2016-05-30 09:57:56 -04:00
Artur Paikin
f568caff17 ups 2016-05-30 07:45:50 -04:00
Artur Paikin
167664fa25 Add npm-run-all to dev-dependencies 2016-05-30 07:36:17 -04:00
Artur Paikin
7cdbe9623b Minification of the bundle, npm-run-all 2016-05-30 07:19:06 -04:00
Kevin van Zonneveld
099a7166bb Upgrade to uppy-server 0.0.7 to fix tests 2016-05-07 13:27:43 +02:00
Kevin van Zonneveld
f8d3957c6f Upgrade uppy-server to 0.0.5 as well 2016-05-07 11:03:51 +02:00
Kevin van Zonneveld
5b27d3764d Publish 0.0.5 2016-05-07 11:02:30 +02:00
Kevin van Zonneveld
6560af24af Release 0.0.6 2016-05-07 10:59:40 +02:00
Kevin van Zonneveld
ee6de39952 Release 0.0.5 2016-05-07 10:59:18 +02:00
Artur Paikin
79ed39daad Added babel-preset-es2015-loose to support IE 10 and es6-promise polyfill
Added babel-preset-es2015-loose
(https://www.npmjs.com/package/babel-preset-es2015-loose) to support
classes and super in IE 10

Might need transform-proto-to-assign too
https://phabricator.babeljs.io/T3041, but this works for now
2016-05-03 23:50:05 -04:00
Artur Paikin
e14b8cdd12 Add fetch polyfill 2016-05-01 22:35:53 -04:00
Kevin van Zonneveld
509e322dc8 I guess this works @hedgerh. Maybe it can be prettier tho 2016-04-20 18:06:23 +02:00
Kevin van Zonneveld
7d984ae11b Release 0.0.4 2016-04-13 13:21:46 +02:00
Artur Paikin
c3d3d6e465 Refactor acceptance tests all over again, add global.uppyLog 2016-04-11 18:09:45 -04:00
Artur Paikin
968bfb54f3 Rewrite tests 2016-04-11 12:48:37 -04:00
Kevin van Zonneveld
888561c4f8 Upgrade to uppy-server 0.0.3
Which has CORS support for uppy.io and uses port 3020 again
2016-04-08 20:43:44 +02:00
Kevin van Zonneveld
6707e35b7c Change uppy-server port to 3020 2016-04-08 19:52:54 +02:00
Harry Hedger
ad79f6687d Google Drive (#80)
* Added two more unit tests for GoogleDrive.  Prettified test reporting.  Added 'every' and 'groupBy' utils.

* GoogleDrive state/rendering. Env variable file. Add state to core.

* corrected small lint errors.
2016-04-08 08:26:06 +02:00
Harry Hedger
7935266d7f checkAuth and getFile unit tests for Google Drive. added nock and node-fetch. 2016-04-07 12:54:37 -04:00
Kevin van Zonneveld
10b8d51e7c Fix, that somehow documentation is failing now
on sh: documentation: command not found
2016-04-07 14:43:06 +02:00
Kevin van Zonneveld
e1c0f290f1 devdeps 2016-04-07 13:47:54 +02:00
Kevin van Zonneveld
305e131439 Show babel cli version 2016-04-07 13:47:09 +02:00
Kevin van Zonneveld
98ab084322 Upgrade babel-cli too 2016-04-07 13:37:00 +02:00
Kevin van Zonneveld
bd454e18cd core: Upgrade from babel5 -> babel6 2016-04-07 13:28:42 +02:00
Kevin van Zonneveld
6d74ef7ef8 Lint test dir too 2016-04-07 09:24:51 +02:00
Kevin van Zonneveld
7256fb1113 Test refactoring /cc @arturi @hedgerh
- Move failing multipart dir into a v0.0.5 directory
- Add a passing dummy i18n acceptance test
- Move acceptance tests into own dir, just like unit tests
- Make acceptance test run the same way as as unit tests, via an
index.js
- Remove bash requirement to run acceptance tests
2016-04-07 09:18:12 +02:00
Kevin van Zonneveld
f017c48ee2 Remove web:kill 2016-04-07 09:18:12 +02:00