Releases: derrickreimer/bypass
Releases · derrickreimer/bypass
Version 0.0.7
- Switch to
CGI.escape
for percent-encoding query string content
Version 0.0.6
- Modify the behavior of
#append_to_query_values
to ensure the existing query string is preserved (even if it contains things like duplicate keys). This method no longer attempts to "merge" given key/value pairs, but simply appends them to whatever is there.
Version 0.0.5
v0.0.5 Bump version
Version 0.0.4
Fix the URL parser to strip whitespace before parsing
Version 0.0.3
v0.0.3 Bump to version 0.0.3
Version 0.0.2
Update .travis.yml Let's try a whole gamut of rubies to see what sticks