Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 1.15 KB

CHANGELOG

master

0.3.5

  • Add Ruby 3.1 and 3.2 test and specify Rack version. #21

0.3.4 (2019-03-25)

  • Allow query parameters when request URLs have them. #18

0.3.3 (2019-01-19)

  • Support Bundler2. #15

0.3.2 (2019-01-01)

  • Revise test files' names. #11
  • Support for Ruby 2.6.0 and update gemspec. #12

0.3.1 (2018-12-05)

  • Enable to redirect with an only host replaced. #9

0.3.0 (2018-09-01)

  • Determine scheme in response to requests. #7

0.2.0 (2018-08-30)

  • Enable to use SSL when redirecting. #4
  • Refactor to run redirect process. #5

0.1.1 (2018-08-27)

  • Update a class name, method name and filename. #1

0.1.0 (2018-08-25)

Initial 💪