* Fix for Graph API limit calls not accessing the correct index for last call data * Update for microtime for rate limiter
10.0.0
* Bump Guzzle to version 8 from 7 (83)
9.1.4
* Implemented toArray method, mainly used for Laravel integration
9.1.3
* Fix to allow for overriding request type for data (80)
9.1.2
* Oauth error handling (77).
9.1.1
* Implemented `Iterable` and `Countable` on `ResponseAccess` * Added methods `keys` and `values` to allow for getting keys and values easier * Add JSON serilize method