Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 933 Bytes

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 933 Bytes

Changelog

All changes to this project will be documented in this file.

[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