Releases: Nebulino/Scrobblenaut
Releases · Nebulino/Scrobblenaut
Major Update.
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.
- 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.
- 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.
- Created new artist example.
- Fixed some Future left.
- Fixed some examples.
- Updated CHANGELOG.md.
Add capability of applying AlbumMethods in Albums.
- Created new album example.
- Fixed version number
- Updated CHANGELOG.md.
Fix Documentation.
- Created lastfm_methods library.
Finally! First Release! All methods implemented.
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...
- 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...
- Implemented Tag Methods.
- Fixed Tag attributes.
- Updated the changelog.
- Added tag example.
- Updated the README.
Fifth Pre-Release. Still a long way...
- Implemented Library Methods.
- Updated the changelog.
- Added library example.
- Updated the README.