Skip to content

Latest commit

 

History

History
102 lines (64 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

102 lines (64 loc) · 2.83 KB

Changelog

1.3.0 (2024-03-15)

1.2.0 (2023-04-14)

1.1.0 (2021-11-10)

  • Support lambda/proc on :if and :ignore options (Sean Huber)
  • Drop support for Ruby versions 2.3, 2.4, and 2.5 (Tyler Hunt)

1.0.0 (2020-04-16)

  • Use equality to determine string matches on :if and :ignore

0.2.3 (2017-04-20)

  • Add regexp support for :ignore option (Daniel Searles)

0.2.2 (2016-05-17)

0.2.1 (2016-03-28)

  • Relax Rack dependency to allow for Rack 2 (Tyler Ewing)

0.2.0 (2016-03-28)

0.1.0 (2014-04-16)

0.0.9 (2014-02-14)

0.0.8 (2012-06-22)

  • Switch to Addressable::URI for URI parsing (Tyler Hunt)

0.0.7 (2012-06-21)

  • Fix handling of URLs containing | characters (Tyler Hunt)

0.0.6 (2012-06-21)

  • Prevent redirect if the canonical host is nil (Tyler Hunt)

0.0.5 (2012-06-21)

  • Rename ignored_hosts option to ignore (Tyler Hunt)

0.0.4 (2012-06-20)

0.0.3 (2011-02-09)

  • Allow env to be passed to the optional block (Tyler Hunt)

0.0.2 (2010-11-18)

  • Move CanonicalHost into Rack namespace (Tyler Hunt)

0.0.1 (2009-11-04)