Skip to content

Releases: heroiclabs/nakama-dart

v1.0.0-dev.4

15 Feb 18:01
Compare
Choose a tag to compare
v1.0.0-dev.4 Pre-release
Pre-release

v1.0.0-dev.3

15 Feb 17:41
Compare
Choose a tag to compare
v1.0.0-dev.3 Pre-release
Pre-release
  • Breaking: Changed signature of updateGroup method to match standard update signature. Instead of passing modified model you now have to pass the changed parameters directly to updateGroup
  • Added rpc request to API client

v1.0.0-dev.2

30 Nov 22:24
Compare
Choose a tag to compare
v1.0.0-dev.2 Pre-release
Pre-release
  • Full removed exported references of the underlaying raw datastructures
  • Refactored realtime client

v1.0.0-dev.1

30 Nov 19:29
Compare
Choose a tag to compare
v1.0.0-dev.1 Pre-release
Pre-release
  • Changed License from MIT to Apache 2.0
  • Breaking: Refactored the SDK to use own models instead of returning the underlaying Protobuf objects
  • Most of the functionality added to achieve a stable release:
    • Authentication (Session refresh, missing drivers, linking and unlinking)
    • Leaderboard
    • Friends & Groups
    • Notifications
    • Tournaments
    • Matches

v0.1.6

11 Aug 20:54
Compare
Choose a tag to compare
  • Full storage object support 🎉
  • Breaking readStorageObject() returns now Future<StorageObject?> instead of Future<StorageObject>. Future resolves with null in
    case there was no element found with given key.
  • Adds submitting and listing leaderboard records (more WIP)
  • Adds updateAccount() method
  • Bumps dependencies and API client to latest versions

v0.1.5

26 May 13:52
Compare
Choose a tag to compare
  • Adds Real-Time chat
  • Fixed missing session passing on writeStorageObject() (issue with multiple clients)

v0.1.5-dev.2

25 May 08:22
Compare
Choose a tag to compare
v0.1.5-dev.2 Pre-release
Pre-release
  • Adds NakamaBaseClient.listChannelMessages() method
  • Fixed missing session passing on writeStorageObject() (issue with multiple clients)

v0.1.5-dev.1

24 May 09:37
Compare
Choose a tag to compare
v0.1.5-dev.1 Pre-release
Pre-release

First draft on chat feature. Not yet full covered with tests, feel free to check it out and report any issues on #13

v0.1.4

04 Mar 10:09
Compare
Choose a tag to compare
  • Adds onError() and onDone() callbacks to NakamaWebsocketClient

v0.1.3

06 Oct 08:38
9af8bfb
Compare
Choose a tag to compare
  • Fixes that the given server key was ignored