Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 785 Bytes

changelog.md

File metadata and controls

11 lines (9 loc) · 785 Bytes

Change log

3.0.3

  • Fixed a bug that made it impossible to load additional audio files after the first batch of requests is made.

4.0.0

  • Important: If you were using an older version of elm-audio, you need to update your elm-audio JS code! The latest version can be found here and the minified version is at the bottom of the readme.
  • The type signature of update, view, subscriptions, audio have changed. An AudioData parameter has been added.
  • Added length which lets you query AudioData for the duration of Source sound files.
  • Loading audio no longer silently fails.
  • setVolumeAt no longer causes a runtime error if you set time points in the past.