All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- bug : fixed bug on queue management
- Added dropbox (optional) attribute in UploadInput. It is the dropbox id of the dropbox where the files will be uploaded.
- Changed attribute notificationType to notification in UploadInput
- Changed interface NotificationType to Notification
- bug : fixed bug on type checking
- upload: added support of string and Buffer upload
- errors: improved error handling
- errors: added specific uploader errors
- events : added 'changes' event
- errors: improved error handling
- types: fixed TransferOutput interface by refactoring to UploadOutput
- types: renamed CreateTransferParameters for UploadInput
- types: renamed UpdateTransferParameters for UpdateTransferInput
- params: removed uploadStatus from events emitted
- readme: added links and more accurate documentation
- Fix README
- Fix README
- Fix README
- Fix README
- Fix README
- Fix keywords in package.json
- Add LICENSE
- Fix README
- Fix README
- Fix issue with progress event
- Add readme.md
- Fix error management
- Support of 0 byte files
- Fix bug with file over 1 GBytes
- Add possibility to force file name as input parameter of SmashUploader.upload()
- Add browser support with webpack
- Changed parameter name team to teamId of SmashUploader.upload() method
- Remove domain parameter of SmashUploader.upload() method