Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 982 Bytes

File metadata and controls

51 lines (29 loc) · 982 Bytes

CHANGELOG

v2.0.1

  • Remove env.dup that was added in v2.0.0, because it broke some controller specs in some Rails apps.

v2.0.0

  • Support Rack 3 and add Rack >= 3.0 as a dependency
  • Dropped support for Ruby < 2.4 to match Rack
  • Replace Travis CI with GitHub Actions
  • Add frozen_string_literal to all files
  • Remove guard gem

v1.0.0

  • Dropped support for Ruby < 2.3
  • Fixed deprecation warning in Ruby 2.7

v0.2.5

  • MIT license specified in gemspec

v0.2.4

  • Rails 5 support (just fixed deprecations)

v0.2.3

  • Don't URI-decode JSON in the request body

v0.2.2

  • Handle an exception related to mixed encodings in a single string

v0.2.1

  • Cleans request body when content type is application/json

v0.2.0

  • Removes invalid %-encodings like "%x", "%0z", and "%" if not followed by two hex chars

v0.1.1

  • Now cleans HTTP_USER_AGENT
  • Replaces some Windows (ISO-8859-1 and CP1252) characters with UTF8 equivalents

v0.1.0

  • Broken.