What's Changed
- Update to use the latest version of setup-ruby and bump up to Ruby 3.4 by @hsbt in #158
- Fix the mention to removed
URI.escape/URI::Escapeby @y-yagi in #146 - Use a fully qualified name in warning messages by @y-yagi in #150
- Support
Ractor#valueby @hsbt in #163 - Removed unnecessary workaround by @hsbt in #164
- Escape reserved characters in scheme name by @nobu in #148
- [DOC] State that uri library is needed to call Kernel#URI by @nobu in #167
- Prefer dedicated assertion methods by @nobu in #169
- Fix the message for unexpected argument by @nobu in #171
- Make URI::regexp schemes case sensitive (#38) by @nobu in #170
- The local part should not contain leading or trailing dots in the EMAIL_REGEXP by @nlevchuk in #124
- More checks in
EMAIL_REGEXPby @nobu in #172 - Do not allow empty host names, as they are not allowed by RFC 3986 by @jeremyevans in #116
- Improve performance of
URI::MailTo::EMAIL_REGEXPby @nobu in #173 - Performance test stability by @nobu in #174
- Update documents that used
URI::Parserby @nobu in #175 - Add a workflow to sync commits to ruby/ruby by @k0kubun in #183
- Add
irbto the Gemfile to fix the warning by @y-yagi in #182 - Replace reference to the obsolete URI.escape with URI::RFC2396_PARSER.escape by @vivshaw in #166
- Switch a parsing behavior completely when switching a parser by @y-yagi in #161
- improve error message by @soda92 in #130
- Use generic version number to VERSION by @hsbt in #187
New Contributors
- @y-yagi made their first contribution in #146
- @nlevchuk made their first contribution in #124
- @vivshaw made their first contribution in #166
- @soda92 made their first contribution in #130
Full Changelog: v1.0.4...v1.1.0