Skip to content

Releases: Nebulino/Scrobblenaut

Major Update.

24 Apr 12:01
b6ed7ed
Compare
Choose a tag to compare

In some objects You can apply object-related methods.

Status:
  • Album object supported.
  • Artist object supported.
  • Tag object supported. (TagMethods.getTopTags not supported because is useless, no Tag attribute used)
  • Track object supported.
  • User object supported.
Dev Changelog:
  • Add capability of applying UserMethods in User.
  • Created example-related. Watch them on ./example.
  • Fixed clean.sh.
  • Added .g.dart to make possible the usage from git in pubspec.yaml
  • Updated the README.md for Major Update.
  • Updated the CHANGELOG.md. This thing You're reading right now
  • Fix Artists in Tracks gained from user.getRecentTracks().

Add capability of applying TrackMethods in Track.

16 Apr 17:03
0f8bc80
Compare
Choose a tag to compare
  • Created new track example.
  • Fixed TrackMethods.getTags.
  • Changed lang in Methods into language
  • Updated CHANGELOG.md.
  • TrackMethods.scrobbleOnce() into TrackMethods.scrobble()
  • TrackMethods.scrobbleOnceFromObject() into TrackMethods.scrobbleFromObject()
  • TrackMethods.scrobble() into TrackMethods.multiScrobble()

Add capability of applying TagMethods in Tag.

16 Apr 15:40
d3a1903
Compare
Choose a tag to compare
  • Created new tag example.
  • Changed lang in Methods into language
  • Updated CHANGELOG.md.
  • TrackMethods.scrobbleOnce() into TrackMethods.scrobble()
  • TrackMethods.scrobbleOnceFromObject() into TrackMethods.scrobbleFromObject()
  • TrackMethods.scrobble() into TrackMethods.multiScrobble()

Add capability of applying ArtistMethods in Artist.

16 Apr 13:50
fb8718c
Compare
Choose a tag to compare
  • Created new artist example.
  • Fixed some Future left.
  • Fixed some examples.
  • Updated CHANGELOG.md.

Add capability of applying AlbumMethods in Albums.

16 Apr 12:27
718000d
Compare
Choose a tag to compare
  • Created new album example.
  • Fixed version number
  • Updated CHANGELOG.md.

Fix Documentation.

15 Apr 17:21
6fb536c
Compare
Choose a tag to compare
  • Created lastfm_methods library.

Finally! First Release! All methods implemented.

15 Apr 14:35
8b909d4
Compare
Choose a tag to compare
Status:
  • Auth and No Auth method supported.
  • Album Methods supported.
  • Artist Methods supported.
  • Chart Methods supported.
  • Geo Methods supported.
  • Library Methods supported.
  • Tag Methods supported.
  • Track Methods supported.
  • User Methods supported.
Dev Changelog:
  • Fixed Exception Handling on Spaceship.
  • Created ScrobbleObject() for helping in scrobbling.
  • Fixed linksExtractor() Helper.
  • Added timestampToSecondsSinceEpoch() for TrackMethods.scrobble() and derivatives.
  • Fixed Track.topTags.
  • Fixed LastFMException.generate().
  • Created POSTResponse Helper and ScrobbleResponseHelper.
  • Added a 'FIXME' bypass on duration parsing in Tracks.
  • Fixed Geo.getTopTracks() for the Track Duration problem.
  • Fixed Tag.count.
  • Created Taggings for User.getPersonalTags.
  • Modified some examples. Watch them on ./example.
  • Updated the README.md for First Release.
  • Updated the CHANGELOG.md. This thing You're reading right now

Huge update. Seventh Pre-Release. One more to go...

14 Apr 22:16
84f1e95
Compare
Choose a tag to compare
  • Implemented Track Methods.
  • Fixed Artist toJson() missing method.
  • Updated the changelog.
  • Created NowPlayed Track helper.
  • Created NowPlaying Object.
  • Created Scrobble Response (renamed from Scrobble Response Helper).
  • Created Scrobbled Track helper.
  • Created helper library.
  • Created Track Result Object.
  • Added track example.
  • Added scrobble example.
  • Updated the README.

Sixth Pre-Release. Still a long way...

14 Apr 21:44
1e43b59
Compare
Choose a tag to compare
Pre-release
  • Implemented Tag Methods.
  • Fixed Tag attributes.
  • Updated the changelog.
  • Added tag example.
  • Updated the README.

Fifth Pre-Release. Still a long way...

14 Apr 13:16
cb72fd2
Compare
Choose a tag to compare
Pre-release
  • Implemented Library Methods.
  • Updated the changelog.
  • Added library example.
  • Updated the README.