- Removed proxy support from dio.
- Fixed support to Dart | Native & Js.
- Updated dependencies.
- Add support to Dart | Native & Js.
- Preparing for null-safety support.
- Add the possibility to login with already a md5 password.
- Removed deprecation.
- Update example.
- Updated Copyright headline for a bump to Dart 2.8.0.
- Updated the README.md.
- Updated the pubspec.yaml.
- Remove remained print().
- Fix README.md.
- Fix CHANGELOG.md.
- Fix build.ps1.
- Fix clean.ps1.
- Fix Artists in Tracks gained from user.getRecentTracks().
- 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.
- 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
- 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()
- Created new tag example.
- Changed lang in Methods into language
- Updated CHANGELOG.md.
- Created new artist example.
- Fixed some Future left.
- Fixed some examples.
- Updated CHANGELOG.md.
- Created new album example.
- Fixed version number
- Updated CHANGELOG.md.
- Created lastfm_methods library.
- 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.
- 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
- 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.
- Implemented Tag Methods.
- Fixed Tag attributes.
- Updated the changelog.
- Added tag example.
- Updated the README.
- Implemented Library Methods.
- Updated the changelog.
- Added library example.
- Updated the README.
- Implemented Geo Methods.
- Updated the changelog.
- Fixed the README.
- Added geo example.
- Implemented Chart Methods.
- Updated the changelog.
- Added chart example.
- Implemented Artist Methods.
- More documentation.
- Created and modified the examples.
- Fixed the CHANGELOG.md.
- Fixed some objects.
- Added ArtistSearchResults.
- Added more Helpers.
- Created a solid base for request. Now it's just a copy-paste, I hope.
- Only Album Methods implemented.
- Fixed the methods that uses authentication in album_methods.dart.
- Created first LastFM objects.
- Modified the example.
- Implemented a way to manage XML response.
- Added some documentation.
- Initial version. Created the Package's repo structure.