Skip to content

Commit 9fcc317

Browse files
authored
Merge pull request #28 from pointcloudtechnology/release-3-0-0
Release 3.0.0
2 parents 3e6ab54 + 9caa432 commit 9fcc317

File tree

5 files changed

+311
-262
lines changed

5 files changed

+311
-262
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### BREAKING
9+
10+
### Added
11+
12+
### Fixed
13+
14+
### Changed
15+
16+
### Removed
17+
18+
## [3.0.0]
19+
### BREAKING
920
* (#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.
1021
This **does not affect any of the options you can provide to the Resumable constructor**. Those did not change.
1122
All usable (not private) functions/properties are documented in the readme.
@@ -28,18 +39,11 @@ All usable (not private) functions/properties are documented in the readme.
2839
### Added
2940
* Add optional verbose logging (#27)
3041

31-
### Fixed
32-
33-
3442
### Changed
3543
* Let all events from files and chunks bubble up and make them accessible for users (#20)
3644
* Update readme (#24)
3745
* Make class properties and some functions private and add getters for some of the properties (see breaking changes) (#25)
3846

39-
### Removed
40-
41-
42-
4347
## [2.1.0] - 2023-03-21
4448
### Added
4549
* Using the new `setFileTypes` function you can now set the allowed file types at runtime (#8)

dist/helpers.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)