All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.0 - 2020-28-05
- tslint config no longer exposed or to be consumed via this repo.
- Please use ESLint instead.
- All interfaces no longer start with
I
as per updated naming conventions by the TS team.- e.g.
IPoint
->Point
.
- e.g.
1.2.0 - 2019-11-11
- Add
gameVersion
field on lobbied events.
1.1.0 - 2019-18-10
- Add
gamelogVersion
field on most recent Gamelog types.
IGamelog
interface updated to different version of Cadre gamelogs that could be encountered.
1.0.5 - 2018-28-10
- First fully working publication with no erroneous artifacts