Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 974 Bytes

RELEASE_NOTES.md

File metadata and controls

35 lines (20 loc) · 974 Bytes

2.2.0

  • Align Fable.Core version to 3.2.8 for all of fable-browser packages

2.1.0

  • Fix #120: Change MediaRecorder.start from unit -> unit to ?timeslice: float -> unit

2.0.0

  • Change MediaRecorder.videoBitsPerSecond from uint64 to uint32 kerams (by @kerams)
  • Change MediaRecorder.audioBitsPerSecond from uint64 to uint32 kerams (by @kerams)
  • Change MediaRecorderOptions.audioBitsPerSecond from uint64 to uint32 kerams (by @kerams)
  • Change MediaRecorderOptions.videoBitsPerSecond from uint64 to uint32 kerams (by @kerams)
  • Change MediaRecorderOptions.bitsPerSecond from uint64 to uint32 kerams (by @kerams)

1.3.0

  • Add tags to make binding displayed on Fable.Packages

1.2.1

  • Add MediaRecorder.isTypeSupported (by @kerams)

1.2.0

  • Unreleased because, I forgot to pulling the changes before releasing...

1.1.0

  • Add Global attribute to global interfaces @chkn

1.0.0

  • Initial release