Skip to content

Releases: Nekland/BaseApi

1.1.2

13 Oct 13:59
Compare
Choose a tag to compare
  • Added possibility to specify guzzle options for the default client adapter

1.1.1

21 Sep 14:24
Compare
Choose a tag to compare
  • Added possibility to retrieve options from client

1.1.0

19 Mar 17:54
Compare
Choose a tag to compare
  • 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

1.0.1: Merge pull request #5 from Nekland/feature/new-exceptions

19 Mar 17:54
Compare
Choose a tag to compare
  • 2 new extensions to make easier error management

1.0.0: Merge pull request #4 from Nekland/1.0

19 Mar 17:54
Compare
Choose a tag to compare

New awesome features

  • 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"

Compatibility breaks:

Almost everything, sorry guys this is a new, very very major version :-).