## 1.2.1 – 2020-02-01

- Update dependencies and examples

## 1.2.0 – 2019-09-29

- Add `pointsCalculator` option to dynamically calculate how many points to consume
- Update `createRateLimitTypeDef` to have non-nullable `limit` and `duration` arguments
- Update dependencies

## 1.1.0 – 2019-05-04

- Support for async `keyGenerator`

## 1.0.2 – 2019-04-28

- Update dependencies
- Improve documentation

## 1.0.1 – 2019-02-22

- Export `defaultKeyGenerator` and `defaultOnLimit`

## 1.0.0 – 2019-02-17

- Rename `throttle` to `onLimit` to better describe when function is run

## 0.1.0 – 2019-02-06

- Include examples of how to use package

## 0.0.3 – 2019-01-27

- Added test coverage

## 0.0.2 – 2019-01-24

- Replace `rateLimitTypeDefs` with `createRateLimitTypeDef()`

## 0.0.1 – 2019-01-23

- Initial release
