# Changelog
## [0.13.3] - 2019-09-24
### Fixed
- Bump core-js version to do not override existing Promise polyfill 
## [0.13.2] - 2019-09-12
### Fixed
- Fixed IncludeSelections parameter being passed to unsupported endpoints
## [0.13.1] - 2019-09-11
### Fixed
- Fixed msgpack response handling for PushAPI
- Fixed some query parameters being ignored for Push subscriptions
## [0.13.0] - 2019-09-03
### Changed
- Add EventId field to Selection contract
## [0.12.0] - 2019-08-01
### Added 
- New interface GameIncident that will replace obsolete interface Incident
- Type GameIncidentResponse
- GameIncidents endpoints: 
    - /gameincidents
    - /gameincidents/{gameincidentid}
### Deprecated
- Endpoint Incidents = /incidents
- Interface Incident
## [0.11.0] - 2019-07-11
### Changed
- New fields in TotePoolDetails 
- BREAKING:
  Events and Markets endpoints now also have an array of Selections in their response. 
  Default value for 'includeSelections' parameter is 'ALL', can be overrided 
  TSClient will no longer support the previous format of the Events and Markets response.
- Change TSContracts version from 2.7.0 to 2.8.0
## [0.10.0] - 2019-06-03
### Changed
- Change TSContracts version from 2.5.0 to 2.7.0
### Fixed
- Fix querying incidents endpoint with msgpack format
### Added
- Mapping for new fields in TotePoolDetails
- Mapping for Metadata field in League
### Removed
- Field Winners from TotePoolDetails 
## [0.9.0] - 2019-04-24
### Added
- Add until query option
### Changed
- Use whole Selection's object in markets push updates
### Fixed
- Fix message for toteDetails projection
## [0.8.5] - 2019-02-07
### Fixed
- Fix locale parameter
## [0.8.4] - 2019-01-29
### Fixed
- Lower the case for all endpoints
## [0.8.3] - 2019-01-25
### Fixed
- Query creation for incidents
## [0.8.2] - 2019-01-22
### Added
- Add toteDetails projection
- Add incidents endpoint
## [0.8.0] - 2019-01-04
### Added
- Add compact projection support for event endpoint
- Add count operator support for all endpoint
- Add warning property to response contract
## [0.7.2] - 2018-12-17
### Changed
- Use contracts v. 2.2.2 (added selection.points for push updates)
## [0.7.1] - 2018-12-13
### Changed
- Use contracts v. 2.2.1 (added market.marketType, selection.name, selection.group, selection.outcomeType for push updates)
## [0.7.0] - 2018-12-07
### Added
- Add messagepack support
- Add selection endpoint
- Add masterLeagueId for league entity
- Add entityType and marketId fields for selection 
### Changed
- Use tiny contracts for "data:change" section
- Move contracts into separate package sbtech-sports-data-api-contracts
## [0.6.3] - 2018-11-20
### Changed
- Extend ApiConfig object with optional sportsApiPushUrl field (useful when PushApi has different url)
### Fixed
- Use date in string format for Query.params.from
- Align nullable types in entities contracts with back-end
### Removed
- Removed unused field Selection.side