v0.11.0
What's Changed
- Use Regexp#match? to avoid extra allocations by @stevenharman in #11
- Fix markup in README by @tricknotes in #16
- Upstream property checks and other diffs from JRuby by @headius in #18
- Optimize URI#hostname and URI#hostname= by @lzap in #12
- Only use UnboundMethod#bind_call if available by @jeremyevans in #20
- remove comment about URI::escape as it is removed by @fawaf in #21
- Fix to support Ruby 3.0 Ractor by @kvokka in #22
- Add Ruby 3.0 to the GitHub Actions by @hsbt in #24
- Add proper Ractor support to URI by @eregon in #26
- Fix parsing of scheme that are invalid Ruby constant names by @byroot in #27
- URI#HTTP#origin and URI#HTTP#authority by @HoneyryderChuck in #30
New Contributors
- @stevenharman made their first contribution in #11
- @tricknotes made their first contribution in #16
- @headius made their first contribution in #18
- @lzap made their first contribution in #12
- @fawaf made their first contribution in #21
- @kvokka made their first contribution in #22
- @byroot made their first contribution in #27
- @HoneyryderChuck made their first contribution in #30
Full Changelog: v0.10.1...v0.11.0