Skip to content

Releases: codedbycurtis/soundcloud_explode_dart

v1.1.0

25 Mar 23:36
Compare
Choose a tag to compare
  • BREAKING CHANGE: Added a new value to the Quality enumeration: unknown - this is now used when the quality cannot be parsed, instead of throwing a TrackResolutionException.
  • BREAKING CHANGE: Removed the Container and Protocol enumerations; these have been replaced with String in StreamInfo instead.
  • Fix: AES-encrypted streams are now ignored and no longer throw a TrackResolutionException when resolving streams.
  • Fix: Formats other than Ogg and MP3 no longer throw a TrackResolutionException when resolving streams.
  • Chore: Switched to the concrete return type User in the get and getByUrl functions in UserClient.

v1.0.3

26 Sep 19:52
Compare
Choose a tag to compare
  • Exported exception types so that they can be caught by calling clients.

v1.0.2

16 Mar 01:21
Compare
Choose a tag to compare
  • Updated to the more permissive MIT license.
  • Implemented SearchClient.getSuggestions(...) for querying suggestions based on a given search query.

v1.0.1

06 Mar 16:28
Compare
Choose a tag to compare
  • Fixed a bug that prevented the getX(...) functions of the SearchClient from working.
  • Bumped dependencies to their latest versions.

v1.0.0

20 Nov 03:16
Compare
Choose a tag to compare
Updated README