0.2.4 / 2024-03-04

  • Support Ruby 3.4.0:
    • No longer use mutable String literals, and instead use String.new(encoding: Encoding::UTF_8) to fix warnings under Ruby 3.4.0.

0.2.3 / 2022-06-18

  • Add gserver ~> 0.0 as a dependency.
  • Switched to using Ruby 2.x keyword arguments.
  • Fix a bug in Rack::Handler::HTTP where the URI query string was not being properly loaded.
  • Fixed a bug in Net::HTTP::Server::Parser where the older absnt? method was being used instead of the newer absent? method.

0.2.2 / 2012-09-08

  • Added an example rackup command.

Parser

  • Fixed the rule for escaped unicode characters (%uXXXX).
  • Added a rule for escaped characters (%XX).

0.2.1 / 2011-10-14

0.2.0 / 2011-08-23

0.1.0 / 2011-01-26