Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 848 Bytes

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 848 Bytes

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.

1.1.0+3

Changed

  • Updated http package version to '>=0.13.0 <2.0.0' for better compatibility.

1.1.0+2

Added

  • TusUploadState enum added to control the state of the tus upload
  • tusclient.state to get the current upload state
  • tusclient.errorMessage to get the last error message
  • cancelUpload function added to TusClient

1.0.0+1

Changed

  • README.md updated

1.0.0

  • Initial version.