3.0.0
Version 3.0.0 GA release
This release represents a significant refactoring of Query Auth. Class names make more sense, there's far less code for the you to write during implementation, and there are new Request Adapters that allow for use of any HTTP library and any PHP framework (or custom request implementation) with Query Auth.
Please review the updated documentation in the README for more details.
Changelog
- Adds phing and pdepend files
- Updates and fixes phpDocumentor doc blocks
- Refactors to remove 'else'. Updates docs.
- Extends more specific exception class
- Updates, adds, and corrects phpDocumentor doc blocks
- Minor grammar and formatting updates
- Updates license year
- Updates README
- Adds package suggestions related to request adapters
- Adds guzzlehttp outgoing request adapter
- Adds doc blocks
- Adds guzzlehttp as dev requirement
- Shuffles lib organization, adds interfaces
- Changes validateSignature to isValid
- Adds PHP 5.6 to .travis.yml
- Removes, ignores composer.lock
- Updates existing classes and tests
- New RequestInterface
- Updates to the renamed classes
- New request adapters (will be broken out later)
- New exception
- New exception
- Adds new dev dependencies
- Updates Credentials class and interface
- Renames classes to better convey functionality
- Removes ParameterCollection
- Moves tests out of their own namespace
- Updates phpunit version
- Adds credentials class and interface