Skip to content

Releases: na-ji/leaderboard

v3.3.0

25 Sep 19:30
Compare
Choose a tag to compare

3.3.0 (2021-09-25)

Features

  • leaderboard: move leaderboards to different tabs (4e45f3d)

v3.2.0

25 Sep 15:30
Compare
Choose a tag to compare

3.2.0 (2021-09-25)

Bug Fixes

  • profile: fix api calls failing when profile contained / (b66cfd3)

Features

  • refresh pages every 30 minutes (038c6bb)

v3.1.0

20 Sep 21:14
Compare
Choose a tag to compare

3.1.0 (2021-09-20)

Features

  • leaderboard: add pagination (a4e480f)

v3.0.1

20 Sep 20:17
Compare
Choose a tag to compare

3.0.1 (2021-09-20)

Bug Fixes

  • leaderboard: prevent preloading multiple times the same profile (b68178e)

v3.0.0

19 Sep 19:59
Compare
Choose a tag to compare

3.0.0 (2021-09-19)

Features

  • merge the two databases config (1f50ec0)

BREAKING CHANGES

  • The two database config are now merged into a single database config. It's still
    possible to separate leaderboard and MAD's table into two databases.

v2.1.0

19 Sep 18:54
Compare
Choose a tag to compare

2.1.0 (2021-09-19)

Features

  • add configuration to number of profile pages to pre-render (9ba7341)

v2.0.0

19 Sep 17:32
Compare
Choose a tag to compare

2.0.0 (2021-09-19)

Features

  • allow to use a separate database for leaderboard (d7901dd)
  • layout: translate logout button (a1c8c49)

BREAKING CHANGES

  • The database configuration was split into two different configurations: madDatabase and leaderboardDatabase

v1.10.0

18 Sep 19:37
Compare
Choose a tag to compare

1.10.0 (2021-09-18)

Features

  • auth: save user in database (4f17006)
  • add possibility to configure database port (305ec1c)

v1.9.1

18 Sep 15:20
Compare
Choose a tag to compare

1.9.1 (2021-09-18)

Bug Fixes

  • leaderboard: fix layout shift when navigating between pages (9c82825)

v1.9.0

18 Sep 14:11
Compare
Choose a tag to compare

1.9.0 (2021-09-18)

Features

  • auth: guard api route behind auth (acb7a85)