Skip to content

0.2.0

Compare
Choose a tag to compare
@brianmario brianmario released this 29 Oct 22:17
· 186 commits to master since this release
  • fixed a couple of compilation warnings on 1.9.3
  • moved to rspec2
  • remove hard-conversion to utf-8 to preserve the string's original encoding
  • moved to rake-compiler, Bundler
  • pass through incompletely escaped data on unescaping
  • added tilde to escape_{uri,url}specs (It's a difference between CGI.escape and URI.escape)
  • escape_uri and escape_url now match their Ruby counterparts
    • escape_uri is used where URI.escape is, and escape_url is used where CGI.escape is used.
  • performance and memory usage optimizations