We're no longer using this file. Please refer to GitHub releases to see documented changes after version 2.0.10.
Released: 2020-02-25.
Diff.
- Update dependencies, thank you @dagreatbrendino
Released: 2018-12-06.
Diff.
- Add more helpful message to assembly error (#73)
- Add Assembly ID to unknown errors
- Upgrade linting and fix newly found errors
Released: 2018-12-06.
Diff.
- Fix Transloadit-Client header test for once and all (#62)
- Fix bug causing progressCb to only be fired once
Released: 2018-12-06.
Diff.
- Make resize image example more usable irl
- Update Readme to include example for progressCb.
- Fix failing test due to version increase (#61)
- Update npm-run-all to lose event-stream dependency
Released: 2018-11-05.
Diff.
- Send transloadit-client header (#59)
Released: 2018-10-29.
Diff.
- When adding a stream that throws an error, do not send it to Transloadit
Released: 2018-10-24.
Diff.
- Fix bug: invoke callback when there are no tus files to upload
Released: 2018-06-18.
Diff.
- Fix bug: invoke callback when waitforcompmletion is false
Released: 2018-06-08.
Diff.
- (MAJOR) Use of tus client to enable resumable uploads. (not strictly speaking breaking the api, but big enough of an implementation change to warant a major so you can take extra care things work well)
- Support Assembly Progress Callback (this supports progress during file uploads and assemby execution).
Released: 2018-05-23.
Diff.
- Add Assembly URL to error console logs for easier debugging. (Q: should the node sdk log to console at all? should it not just work with callbacks and the caller decides what to write to what medium?)
Released: 2018-01-09.
Diff.
- Remove unused region parameter (@tim-kos)
Released: 2017-10-15.
Diff.
- Update lib files (@ifedapoolarewaju)
Released: 2017-10-02.
Diff.
- fix: check path for only direct Readable instances (@ifedapoolarewaju)
Released: 2017-09-28.
Diff.
- Do not retry infinitely if there is an unrecoverable error. Fixes #47. (@tim-kos)
- Add the ability to wait for the encoding results of an assembly before the callback to createAssembly() is called (@tim-kos)
Released: 2017-09-26.
Diff.
- Fix bug that threw
TypeError: Cannot read property 'body' of undefined
(#48) (@kvz) - Fix linting issues (@kvz)
- Refactor via invig.io (@kvz)
- Upgrade dependencies (@kvz)
Released: 2017-09-26.
Diff.
- Start tracking CHANGELOG.md