# Changelog

All notable changes to this project starting from version 1.0.9 will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2020-09-06

- Changed the usage of x-riot-token for requests requesting static data to ignore CORS

## [1.1.0] - 2020-09-05

- Added a changelog (that you are reading right now!)
- Added querying the latest version by default
- Added the possibility to enable debug-mode by providing isDebugMode=true in the config
- Added superagent dependency in favor of cross-fetch
- Updated dependencies to latest
- Removed AbortController dependency along the support for aborting requests
- Removed version type
- Removed possibility to provide older versions
