All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- added latest release version in the README.md
1.0.0 - released at 2018-01-14
- Lots of examples.
- dropped support for php version below 7.0
- removed development dependencies to mockery and phpunit since no tests are needed
- removed .travis.yml since there is nothing to test
0.1.0 - released at 2017-05-27
- added link to the api
- dropped support for php version below 5.6
- moved release history to changelog
- relaxed vfsstream development requirement
0.0.11 - released at 2016-02-22
- moved to psr-4 autoloading
- updated dependencies
0.0.10 - released at 2015-09-20
- added optional $data to Curl::delete
0.0.9 - released at 2015-09-18
- all available commands are now extending from AbstractCommand
- updated dependencies
0.0.8 - released at 2015-09-18
- added install howto to readme
- updated dependencies
0.0.7 - released at 2015-09-16
- replaced behavior of "Curl::noSslSecurity" and added "Curl::noSslRevoke"
0.0.6 - released at 2015-09-14
- updated dependency
0.0.5 - released at 2015-09-12
- added Http/Curl
0.0.4 - released at 2015-06-05
- replaced "/usr/bin/" with "/usr/bin/env " to extend compatibility with different platforms
0.0.3 - released at 2015-06-26
- fixed issue with git->create()
0.0.2 - released at 2015-05-26
- fixed namespace issue with git
0.0.1 - released at 2015-05-26
- initial release