Releases: ruby/cgi
Releases · ruby/cgi
v0.5.2
What's Changed
- Improve readme copy/paste + update URLs to HTTPS by @tas50 in #101
- Add changelog URI to cgi.gemspec metadata by @phallstrom in #105
- Fix escape_html/h aliases to use C extension instead of pure Ruby fallback by @ianks in #110
- [DOC] More on CGI.new by @BurdetteLamar in #95
- [DOC] Doc for CGI#http_header by @BurdetteLamar in #98
- [DOC] Doc for accept_charset and accept_charset= by @BurdetteLamar in #97
- [DOC] Fix examples in accept_charset and http_header docs by @hsbt in #125
- Add 'digest' option by @nobu in #62
- Handle POST without Content-Length by @hsbt in #126
- Fix CGI.unescapeHTML CompatibilityError in the pure-Ruby fallback by @hsbt in #127
New Contributors
- @tas50 made their first contribution in #101
- @phallstrom made their first contribution in #105
- @ianks made their first contribution in #110
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Fix Use of a broken or weak cryptographic hashing algorithm on sensitive data by @odaysec in #75
- [DOC] Enhanced doc for CGI.new by @BurdetteLamar in #80
- Add a workflow to sync commits to ruby/ruby by @k0kubun in #84
- Fix tests on JRuby and TruffleRuby by @nobu in #92
- Fix mixed declarations and code by @nobu in #93
- [DOC] Revise some examples by @BurdetteLamar in #81
- [DOC] Correct env name by @BurdetteLamar in #94
- [DOC] Doc for CGI.parse by @BurdetteLamar in #96
New Contributors
- @odaysec made their first contribution in #75
- @BurdetteLamar made their first contribution in #80
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- README.md: Document "Get form values" by @olleolleolle in #61
- Support to require
cgi/escapeby @hsbt in #67 - Fix reference error of @@accept_charset class variable. by @hsbt in #68
Full Changelog: v0.4.2...v0.5.0
v0.5.0.beta2
What's Changed
- README.md: Document "Get form values" by @olleolleolle in #61
- Support to require
cgi/escapeby @hsbt in #67 - Fix reference error of @@accept_charset class variable. by @hsbt in #68
Full Changelog: v0.4.2...v0.5.0.beta2
v0.5.0.beta1
What's Changed
- README.md: Document "Get form values" by @olleolleolle in #61
Full Changelog: v0.4.2...v0.5.0.beta1