Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 655 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 655 Bytes

Changelog

0.3.1 / 2023-01-19

  • Revert removal of escaping/unescaping code in relative URL resolution (a78e83a)

0.3.0 / 2023-01-19

  • Remove escaping/unescaping code in relative URL resolution (2de6c5b)
  • Remove code-scanning-rubocop and rspec-github gems (3b3e625)
  • Update development Ruby to v2.7.7 (bd328f5)

0.2.2 / 2022-08-20

  • Improve handling of escaped and invalid URLs (b0d6c75)

0.2.1 / 2022-08-20

  • Handle escaped URLs and invalid URLs (af78837)
  • Use ruby/debug gem instead of pry-byebug (4476b9d)

0.2.0 / 2022-07-02

  • Make resolve_relative_url method public (d132dd3)

0.1.0 / 2022-07-01

  • Initial release! 🎉