Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Releases: scillgame/scill-js

Leaderboards update

02 Nov 15:01
Compare
Choose a tag to compare

Added leaderboard data reset for leaderboards V1; added leaderboards V2

v1.2.6

02 Feb 08:14
Compare
Choose a tag to compare

Fixed

  • Fixed calculation of minutes in timeLeft helper function.

v1.2.5

01 Feb 19:04
Compare
Choose a tag to compare

Added

  • Add number of days to timeLeft helper function.
  • Added pre-built browser bundle to published package.

Changed

  • Use prepare instead of postinstall for improved npm compatibility.
  • Improved compatibility with Angular, Vue.js and React apps.

Fixed

  • Resolved circular dependency related to monitoring of Challenges and Battle Passes.

v1.2.1

08 Dec 20:07
Compare
Choose a tag to compare

Added

  • Added challenge_goal_condition to the BattlePassLevel object.
  • Added level_reward_type to the BattlePassLevel object.

Deprecated

  • challenge_reward_type should not be used anymore as it has been replaced by level_reward_type in BattlePassLevel