- Fixed a bug where cancelled requests would cause issues when cancelling subsequent requests.
- Updated Readme.md
- Added onFinished to the index.d.ts file (TS support).
- Remove request from _requests array after the request was finished.
- Added support for simple pagination.
- Added option to override the config of an request.
- Added the body parameters to the post request.
- Updated the requests variable from a object to an array.
- Model post requests.
- Added onFinished callback.
- Request cancel improvements.
- Added support for request cancellation by key.
- Added license file.
- Private field bugfix, proxy access.
- Added support for whereNotIn.
- Reactive bugfix, private property.
- Added ability to override the api instance on requests.
- Scopes & Wheres improvements.
- Initial version.