blob: ab35ebb40c9d3568e4ade6465e01fc2541fe65af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [3.1.0] - 2016-06-10
### Added
- Automatically add Content-Type: application/json when there is a request body
## [3.0.0] - 2016-06-06
### Changed
- Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body
## [2.0.2] - 2016-02-29
### Fixed
- Renaming files to conform to PSR-0, git ignored the case in 2.0.1
## [2.0.1] - 2016-02-29
### Fixed
- Renaming files to conform to PSR-0
## [1.0.1] - 2016-02-29
### Fixed
- Composer/Packagist install issues resolved
## [1.0.0] - 2016-02-29
### Added
- We are live!
|