All Versions
15
Latest Version
Avg Release Cycle
273 days
Latest Release
1260 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
April 16, 2020- Use equality to determine string matches on
:if
and:ignore
- Use equality to determine string matches on
-
v0.2.3 Changes
April 20, 2017- Add regexp support for
:ignore
option ([Daniel Searles][squaresurf])
- Add regexp support for
-
v0.2.2 Changes
May 17, 2016- Add
:cache_control
option ([Pete Nicholls][Aupajo])
- Add
-
v0.2.1 Changes
March 28, 2016- Relax Rack dependency to allow for Rack 2 ([Tyler Ewing][zoso10])
-
v0.2.0 Changes
March 28, 2016- Normalize redirect URL to avoid XSS vulnerability ([Thomas Maurer][tma])
- Remove
:force_ssl
option in favor of using [rack-ssl][rack-ssl] ([Nathaniel Bibler][nbibler])
๐ [rack-ssl]: http://rubygems.org/gems/rack-ssl
-
v0.1.0 Changes
April 16, 2014- Add
:force_ssl
option ([Jeff Carbonella][jcarbo])
- Add
-
v0.0.9 Changes
February 14, 2014- Add
:if
option ([Nick Ostrovsky][firedev]) - Improve documentation ([Joost Schuur][jschuur])
- Add
-
v0.0.8 Changes
June 22, 2012- Switch to
Addressable::URI
for URI parsing ([Tyler Hunt][tylerhunt])
- Switch to
-
v0.0.7 Changes
June 21, 2012- Fix handling of URLs containing
|
characters ([Tyler Hunt][tylerhunt])
- Fix handling of URLs containing
-
v0.0.6 Changes
June 21, 2012- Prevent redirect if the canonical host is
nil
([Tyler Hunt][tylerhunt])
- Prevent redirect if the canonical host is