Skip to content

Releases: scttcper/ts-trueskill

v2.2.3

01 Aug 04:26
Compare
Choose a tag to compare

2.2.3 (2018-08-01)

Bug Fixes

v2.2.2

03 Jul 00:55
Compare
Choose a tag to compare

2.2.2 (2018-07-03)

Bug Fixes

v2.2.1

25 Jun 06:39
Compare
Choose a tag to compare

2.2.1 (2018-06-25)

Bug Fixes

v2.2.0

25 Jun 06:22
Compare
Choose a tag to compare

2.2.0 (2018-06-25)

Bug Fixes

  • publish using only typescript (d24a0e5)

Features

v2.1.2

13 Jun 05:52
Compare
Choose a tag to compare

2.1.2 (2018-06-13)

Bug Fixes

  • upgrade mathjs and rollup (ea9cf8b)

v2.1.1

01 May 17:18
Compare
Choose a tag to compare

2.1.1 (2018-05-01)

Bug Fixes

v2.1.0

27 Apr 07:14
Compare
Choose a tag to compare

2.1.0 (2018-04-27)

Features

  • publish main as es2015 cjs, skip umd module (aced273)

v2.0.1

14 Mar 16:45
Compare
Choose a tag to compare

2.0.1 (2018-03-14)

Bug Fixes

  • core: constructor not filling in default for null fields (76b1bf0)

v2.0.0

11 Mar 08:34
Compare
Choose a tag to compare

2.0.0 (2018-03-11)

Features

  • new build process with umd and es2015 bundles.
  • published from travis with semantic release
  • uses ts-gaussian instead of gaussian

BREAKING CHANGES

  • no longer has globals or a global env
  • several helper functions now accept a TrueSkill object as a parameter

1.4.0

08 Jun 17:52
Compare
Choose a tag to compare
  • Fixes export of rating
  • moves Trueskill class into trueskill.ts file and exports everything from index