Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.04 KB

Changelog

All notable changes to this project will be documented in this file.

[1.2.3] - 2024.09.14

Changed

  • Argument params in player.get_info is now optional

[1.2.2] - 2024.09.13

Fixed

  • Fixed broken leaderboards methods

[1.2.1] - 2024.09.06

Fixed

  • Compilation error in HMTL5 target

[1.2.0] - 2024.07.26

Added

  • Completions for Defold code editor
  • Support for Server time API
  • Support for player's paying status information
  • Support for GameplayAPI
  • Updated README to include information about the new documentation
  • Parameter keys is now optional in ysdk.player.get_data and ysdk.player.get_stats
  • New parameter callback for ysdk.payments.consume_purchase

Fixed

  • String allocation for newer versions of Defold
  • Error serialization in ysdk.adv.show_fullscreen_adv and ysdk.adv.show_rewarded_video

[1.1.0] - 2024.01.4

Added