103 |
- |
1 |
# Change Log
|
|
|
2 |
All notable changes to this project will be documented in this file.
|
|
|
3 |
|
|
|
4 |
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
5 |
|
|
|
6 |
## [3.5.1] - 2016-11-17
|
|
|
7 |
### Fixed
|
|
|
8 |
- Pull request #13, fixed issue #12: [Change from to php union operator to combine curl options](https://github.com/sendgrid/php-http-client/pull/13)
|
|
|
9 |
- Thanks to [emil](https://github.com/emilva) for the pull request!
|
|
|
10 |
|
|
|
11 |
## [3.5.0] - 2016-10-18
|
|
|
12 |
### Added
|
|
|
13 |
- Pull request #11: [Added curlOptions property to customize curl instance](https://github.com/sendgrid/php-http-client/pull/11)
|
|
|
14 |
- Thanks to [Alain Tiemblo](https://github.com/ninsuo) for the pull request!
|
|
|
15 |
|
|
|
16 |
## [3.4.0] - 2016-09-27
|
|
|
17 |
### Added
|
|
|
18 |
- Pull request #9: [Add getters for certain properties](https://github.com/sendgrid/php-http-client/pull/9)
|
|
|
19 |
- Thanks to [Arjan Keeman](https://github.com/akeeman) for the pull request!
|
|
|
20 |
|
|
|
21 |
## [3.3.0] - 2016-09-13
|
|
|
22 |
### Added
|
|
|
23 |
- Pull request #6: [Library refactoring around PSR-2 / PSR-4 code standards](https://github.com/sendgrid/php-http-client/pull/6)
|
|
|
24 |
- Thanks to [Alexandr Ivanov](https://github.com/misantron) for the pull request!
|
|
|
25 |
|
|
|
26 |
## [3.1.0] - 2016-06-10
|
|
|
27 |
### Added
|
|
|
28 |
- Automatically add Content-Type: application/json when there is a request body
|
|
|
29 |
|
|
|
30 |
## [3.0.0] - 2016-06-06
|
|
|
31 |
### Changed
|
|
|
32 |
- Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body
|
|
|
33 |
|
|
|
34 |
## [2.0.2] - 2016-02-29
|
|
|
35 |
### Fixed
|
|
|
36 |
- Renaming files to conform to PSR-0, git ignored the case in 2.0.1
|
|
|
37 |
|
|
|
38 |
## [2.0.1] - 2016-02-29
|
|
|
39 |
### Fixed
|
|
|
40 |
- Renaming files to conform to PSR-0
|
|
|
41 |
|
|
|
42 |
## [1.0.1] - 2016-02-29
|
|
|
43 |
### Fixed
|
|
|
44 |
- Composer/Packagist install issues resolved
|
|
|
45 |
|
|
|
46 |
## [1.0.0] - 2016-02-29
|
|
|
47 |
### Added
|
|
|
48 |
- We are live!
|