Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Latest commit

 

History

History
61 lines (32 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

61 lines (32 loc) · 911 Bytes

0.0.1

  • Structure first version, with very basic signin and fetch avatar.

0.1.0

  • Add Achievements

0.2.0

  • Add Saved Games

0.3.0

  • Add conflict resolution to Saved Games

0.3.1

  • Fix concurrency bug when an unexpected exception was thrown

0.4.0

  • Apply some refactorings for the Saved Games
  • Add Leaderboards

0.4.1

  • Add Leaderboard topScores options

0.4.2

  • Fix a bug when there was no score (null from api)

0.4.3

  • Improve loggin

0.5.0

  • Upgrade to use androix
  • Remove deprecated COLLECTION_SOCIAL option

0.5.1

  • Add option to show default Leaderboard (thanks, @vimask)

0.5.2

  • Add methods for signing out, getting last account and displaying leaderboard list (thanks, @kuba91)

0.5.3

  • Fix leak on the leaderboard methods (thanks, @r1sim)

0.5.4

  • Fix behaviour with newer iOS versions

0.5.5

  • Fix bug on iOS due to new pubspec format