The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- Updated
http
package version to'>=0.13.0 <2.0.0'
for better compatibility.
TusUploadState
enum added to control the state of the tus uploadtusclient.state
to get the current upload statetusclient.errorMessage
to get the last error messagecancelUpload
function added toTusClient
- README.md updated
- Initial version.