Releases: scttcper/ts-trueskill
Releases · scttcper/ts-trueskill
v2.2.3
2.2.3 (2018-08-01)
Bug Fixes
v2.2.2
2.2.2 (2018-07-03)
Bug Fixes
v2.2.1
2.2.1 (2018-06-25)
Bug Fixes
v2.2.0
2.2.0 (2018-06-25)
Bug Fixes
- publish using only typescript (d24a0e5)
Features
v2.1.2
2.1.2 (2018-06-13)
Bug Fixes
- upgrade mathjs and rollup (ea9cf8b)
v2.1.1
2.1.1 (2018-05-01)
Bug Fixes
v2.1.0
2.1.0 (2018-04-27)
Features
- publish main as es2015 cjs, skip umd module (aced273)
v2.0.1
2.0.1 (2018-03-14)
Bug Fixes
- core: constructor not filling in default for null fields (76b1bf0)
v2.0.0
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
- Fixes export of rating
- moves Trueskill class into trueskill.ts file and exports everything from index