Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 756 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
28 lines (17 loc) · 756 Bytes

Changelog

Note: Until there's a decent chunk of the API impelmented there won't be a release version.

  • 29/03/2014

     Initial release
    
  • 30/03/2014

     Added session storage option, made that default.
     Added Monolog
     Using Guzzle for API consumption, added a POST method & refactored key retrieval method
     Split out general request methods into separate class
    
  • 10/04/2014

     TokenStore now has a default
     Ability to supply custom TokenStorage class
     PSR-3 compatible logging
    
  • 11/04/2014

     Debugging added to LiveRequest
    
  • 30/04/2014

      Live request now accepts a second parameter for post files, this is an array containing 0 or more GuzzleHttp\Post\PostFile (s)