This project adheres to Semantic Versioning.
- Expose requests queue via getQueue (see aishek#62)
- Fix axios dependency specification
- Fixed TypeScript typings (see aishek#34)
- Fixed cancelled requests behaviour, now they does not affect rate limiting (see aishek#50)
- Add TypeScript typings (see aishek#23)
- Upgrade handlebars to 4.5.3
- Upgrade acorn to 5.7.4
- Upgrade lodash to 4.17.19
- Fix TypeScript imports (see https://github.com/aishek/axios-rate-limit/pull/19/files)
- Add maxRPS options, getMaxRPS, setMaxRPS, setRateLimitOptions methods
- Fixed ref/unref timeout behaviour for NodeJS (see aishek#16)
- Fixed NodeJS delayed shutdown (see https://github.com/aishek/axios-rate-limit/pull/13/files)
- Fixed TypeScript typings bundle (see https://github.com/aishek/axios-rate-limit/pull/12/files)
- Added TypeScript typings (see aishek#9)
- Changed exports to classic NodeJS modules (see aishek#3)
- Add errors re-throw by @mcuppi (see aishek#1)
- Add jsdoc.
- Fix default import.
- Initial release.