Skip to content

Commit 6a48022

Browse files
authored
Merge pull request #33 from pointcloudtechnology/release-4-0-0
Release 4.0.0
2 parents 4c74102 + 9945031 commit 6a48022

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
### Fixed
13-
* Unify generation of unique identifier for resumable files (#31)
1413

1514
### Changed
1615

1716
### Removed
1817

18+
## [4.0.0]
19+
### BREAKING
20+
Unique identifiers by default do not use the relative path anymore. This means that there is no support for files with the same name from different subfolders when dropping a folder directly.
21+
### Fixed
22+
* Unify generation of unique identifier for resumable files (#31)
23+
1924
## [3.0.0]
2025
### BREAKING
2126
* (#25) Many class properties and some functions are `private` now and can't be accessed from the outside anymore. While these are technically breaking changes, there shouldn't have been any use cases for using those properties/functions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resumablejs",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A JavaScript library for providing multiple simultaneous, stable, fault-tolerant and resumable/restartable uploads via the HTML5 File API.",
55
"main": "dist/main.js",
66
"private": false,

0 commit comments

Comments
 (0)