Skip to content

Latest commit

 

History

History
88 lines (39 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

88 lines (39 loc) · 3.35 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.2 (2022-01-25)

1.3.1 (2021-10-25)

Bug Fixes

  • fixed deno not publishing correct files (3a48726)

Reverts

  • removed deno in ci (3c84a4f)
  • reverts e6a763a5b8a8e62bc45f5eab447b0f48e161e9d0 (67eb09d)

1.3.0 (2021-10-25)

Features

  • added support for teams, enum results, better formatting of updateRatings (9787709)

1.2.0 (2021-10-09)

Features

  • glicko2.ts: added feature to be able to use custom volitility algorithms (f9da4be)

1.1.0 (2021-09-30)

Features

  • glicko2.ts: finished typing the file (a9b5b90)

1.0.6 (2021-08-30)

Bug Fixes

  • fixed docs not being displayed correctly (c6953a4)

1.0.5 (2021-08-30)

Bug Fixes

  • glicko2.ts: fixed error with the algorithm being undefined in the glicko2 class (986e6d8)

1.0.4 (2021-08-30)

Bug Fixes

  • fixed incorrect use of a player object and added some documentation and tests (b487c45)

1.0.3 (2021-08-30)

Bug Fixes

  • the race class not computing matches correctly and added testing (d63e461)

1.0.2 (2021-08-29)

Bug Fixes

  • fixed bug with the readme not showing, finished all the types and almost done with docs (22a0d6a)

1.0.1 (2021-08-29)

Bug Fixes

  • fixed the types showing in the wrong place (96b235c)

1.0.0 (2021-08-28)

Features