-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a78e83a
commit d792fce
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
# Changelog | ||
|
||
## v0.3.0 / 2023-01-19 | ||
## 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) | ||
|
||
## v0.2.2 / 2022-08-20 | ||
## 0.2.2 / 2022-08-20 | ||
|
||
- Improve handling of escaped and invalid URLs (b0d6c75) | ||
|
||
## v0.2.1 / 2022-08-20 | ||
## 0.2.1 / 2022-08-20 | ||
|
||
- Handle escaped URLs and invalid URLs (af78837) | ||
- Use ruby/debug gem instead of pry-byebug (4476b9d) | ||
|
||
## v0.2.0 / 2022-07-02 | ||
## 0.2.0 / 2022-07-02 | ||
|
||
- Make `resolve_relative_url` method public (d132dd3) | ||
|
||
## v0.1.0 / 2022-07-01 | ||
## 0.1.0 / 2022-07-01 | ||
|
||
- Initial release! 🎉 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
|
||
module Nokogiri | ||
module HTMLExt | ||
VERSION = '0.3.0' | ||
VERSION = '0.3.1' | ||
end | ||
end |