- Drop Ruby 2.6- support.
- Reduce some files from gem package.
- Correct some RuboCop offenses.
- Raise friendly error on incorrect
describe
usage.
- Support HEAD HTTP method.
- Remove runtime gem dependency on actionpack.
- Fix env calculation timing.
- Support symbol keys in request headers.
- Fix bug: Ignore case-sensitivity of HTTP headers.
- Fix error from
#process
.
- Support actionpack 5.1.0.
- Declare runtime dependency on actionpack.
- Prevent warning for Rails 5.
- Rename
method
withhttp_method
.
- Ignore case-sensivity on Content-Type checking.
- Use more sophisticated method capture pattern.
- Add
send_request
to explicitly callsubject
.
- Allow any non-space characters in URL path.
- Allow hyphen in path.
- Define HTTPS as reserved header name.
- Remove dependency on ActiveSupport's
Object#in?
.
- Support RSpec 3.
- 1st Release.