CHANGELOG.md in rspec-request_describer-0.2.2 vs CHANGELOG.md in rspec-request_describer-0.3.0

- old
+ new

@@ -1,45 +1,100 @@ -## v0.2.2 +# Changelog -- Fix bug: Ignore case-sensitivity of HTTP headers (Thx @k5trismegistus, #14) +All notable changes to this project will be documented in this file. -## 0.2.1 +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -- Fix error from `#process` +## v0.3.0 - 2019-05-05 -## 0.2.0 +### Added -- Support actionpack 5.1.0 -- Dependent on actionpack +- Support symbol keys in request headers. -## 0.1.1 -- Prevent warning for Rails 5 (Thx @mrkn, #9) +## 0.2.2 - 2018-05-13 -## 0.1.0 -- Rename `method` with `http_method` (Thx @yujinakayama, #8) +### Fixed -## 0.0.9 -- Ignore case-sensivity on Content-Type checking +- Fix bug: Ignore case-sensitivity of HTTP headers. -## 0.0.8 -- Use more sophisticated method capture pattern +## 0.2.1 - 2017-02-27 -## 0.0.7 -- Add `send_request` to explicitly call `subject` (Thx @lazywei) +### Fixed -## 0.0.6 -- Allow any non-space characters in URL path +- Fix error from `#process`. -## 0.0.5 -- Allow hyphen in path +## 0.2.0 - 2017-02-27 -## 0.0.4 -- Define HTTPS as reserved header name +### Added -## 0.0.3 -- Remove dependency on ActiveSupport's `Object#in?` +- Support actionpack 5.1.0. -## 0.0.2 -- Support RSpec 3 +### Changed -## 0.0.1 -- 1st Release +- Declare runtime dependency on actionpack. + +## 0.1.1 - 2016-05-15 + +### Fixed + +- Prevent warning for Rails 5. + +## 0.1.0 - 2015-10-09 + +### Changed + +- Rename `method` with `http_method`. + +## 0.0.9 - 2015-06-24 + +### Changed + +- Ignore case-sensivity on Content-Type checking. + +## 0.0.8 - 2015-05-20 + +### Changed + +- Use more sophisticated method capture pattern. + +## 0.0.7 - 2015-04-20 + +### Added + +- Add `send_request` to explicitly call `subject`. + +## 0.0.6 - 2015-02-12 + +### Fixed + +- Allow any non-space characters in URL path. + +## 0.0.5 - 2014-12-25 + +### Fixed + +- Allow hyphen in path. + +## 0.0.4 - 2014-12-18 + +### Added + +- Define HTTPS as reserved header name. + +## 0.0.3 - 2014-10-13 + +### Removed + +- Remove dependency on ActiveSupport's `Object#in?`. + +## 0.0.2 - 2014-09-25 + +### Added + +- Support RSpec 3. + +## 0.0.1 - 2014-08-29 + +### Added + +- 1st Release.