-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
021124b
commit 26c681b
Showing
4 changed files
with
220 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,59 @@ | ||
# Changelog | ||
|
||
All changes to this project will be documented in this file. | ||
|
||
## [1.0.11] - 2024-09-25 | ||
|
||
- Fix parallel uploadLastPart | ||
|
||
## [1.0.10] - 2023-02-07 | ||
|
||
- Make `getSupportedMimeTypes` static | ||
|
||
## [1.0.9] - 2023-02-07 | ||
|
||
- Add `mimeType` and `generateFileOnStop` options | ||
|
||
## [1.0.8] - 2023-01-23 | ||
|
||
- Add "videoPlayable" event | ||
|
||
## [1.0.7] - 2022-10-10 | ||
|
||
- Allow the user to customize the recorded video's name | ||
|
||
## [1.0.6] - 2022-07-06 | ||
|
||
- Update dependancies | ||
- Add origin headers | ||
- Handle async errors | ||
|
||
## [1.0.5] - 2022-05-31 | ||
|
||
- Add `getMediaRecorderState()` method | ||
- Fix `stop()` method when the recorder is not started | ||
|
||
## [1.0.4] - 2022-05-24 | ||
|
||
- Prevent last uploaded part to be empty | ||
|
||
## [1.0.3] - 2022-03-23 | ||
|
||
- Specify a return type for `ApiVideoMediaRecorder.stop` | ||
|
||
## [1.0.2] - 2022-03-07 | ||
|
||
- Make the start() timeslice parameter customizable | ||
|
||
## [1.0.1] - 2021-11-25 | ||
|
||
- Bump dependancies | ||
|
||
## [1.0.0] - 2021-11-16 | ||
|
||
- Bump dependancies | ||
- Readme update | ||
|
||
## [0.0.1] - 2021-11-01 | ||
|
||
- First version |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.