Skip to content

Commit

Permalink
Merge pull request #47 from uploadcare/feature/node-progress-2
Browse files Browse the repository at this point in the history
Alternate node progress
  • Loading branch information
bautrukevich authored Jul 8, 2019
2 parents 78d93a8 + 115736b commit e41c52f
Show file tree
Hide file tree
Showing 7 changed files with 298 additions and 91 deletions.
28 changes: 14 additions & 14 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"dist/uploadcare-upload-client.esm.js": {
"bundled": 46088,
"minified": 20378,
"gzipped": 5507,
"bundled": 49011,
"minified": 21736,
"gzipped": 5769,
"treeshaked": {
"rollup": {
"code": 16124,
"code": 16463,
"import_statements": 49
},
"webpack": {
"code": 18789
"code": 19935
}
}
},
"dist/uploadcare-upload-client.cjs.js": {
"bundled": 46176,
"minified": 20454,
"gzipped": 5533
"bundled": 49099,
"minified": 21812,
"gzipped": 5794
},
"dist/uploadcare-upload-client.js": {
"bundled": 93833,
"minified": 29688,
"gzipped": 9090
"bundled": 97142,
"minified": 30810,
"gzipped": 9310
},
"dist/uploadcare-upload-client.min.js": {
"bundled": 29872,
"minified": 29672,
"gzipped": 9111
"bundled": 30994,
"minified": 30774,
"gzipped": 9311
}
}
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Added

* Wrappers for group paths of Upload API (`group`, `groupInfo`)
* `onUploadProgress` for Node.js

[Unreleased]: https://github.com/uploadcare/uploadcare-upload-client/compare/v1.0.0-alpha.3...HEAD

Expand All @@ -19,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Support `fileFrom` 'uploaded' file (`uuid`)
* Support of `waiting` status from `/from_url/status/` endpoint.
* Export some main types from `index.ts` file.
* Export some main types from `index.ts` file.
So you can import them now directly from `@uploadcare/upload-client`
* Throttling for `request`
* `retryThrottledMaxTimes` param to set count of max retries after throttled request (1 by default)
Expand Down Expand Up @@ -87,7 +88,7 @@ The first public alpha release.
* Low-level request wrappers for `/base/` and `/info/` paths of Upload API.
* `UploadClient` class with settings and `fileFrom` method that supports
only direct uploads now.
* Support of following Uploadcare Settings: `publicKey`, `baseUrl`,
* Support of following Uploadcare Settings: `publicKey`, `baseUrl`,
`doNotStore`, `integration`, `secureExpire`, `secureSignature`.
* Test environment for both Node.js and browsers

Expand Down
Loading

0 comments on commit e41c52f

Please sign in to comment.