just_audio/just_audio_platform_interface/CHANGELOG.md

21 lines
512 B
Markdown
Raw Normal View History

2020-12-17 13:55:10 +00:00
## 2.0.0
- Breaking change: Implementations must not set the shuffle order except as
instructed by setShuffleOrder.
- Breaking change: Implementations must be able to recreate a player instance
with the same ID as a disposed instance.
- Breaking change: none state renamed to idle.
2020-10-25 15:58:22 +00:00
## 1.1.1
- Add initialPosition and initialIndex to LoadRequest.
2020-10-10 16:38:30 +00:00
## 1.1.0
- Player is now disposed via JustAudioPlatform.disposePlayer().
- AudioPlayerPlatform constructor takes id parameter.
2020-09-27 04:27:12 +00:00
## 1.0.0
2020-09-26 08:58:44 +00:00
- Initial version.