- EventDispatcher available from http client
- Added possibility to specify guzzle options for the default client adapter
- Added possibility to retrieve options from client
- Added possibility to send string as body (json string in most cases)
- Make the lib more testable by changing the way to call static methods
- Fixed wrong instanciation of the HttpClientFactory in default behavior of the ApiFactory
- 2 new extensions to make easier error management
- Drop Guzzle dependency
- Added dependency on Symfony Event Dispatcher Component
- Added specificity tests with phpspec
- Added cache strategy support
- Added transformer strategies
- Made the ApiFactory "IDE friendly"
Almost everything, sorry guys this is a new, very very major version :-).