File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77module Protocol
88 # @namespace
99 module URL
10- VERSION = "0.16 .0"
10+ VERSION = "0.17 .0"
1111 end
1212end
Original file line number Diff line number Diff line change @@ -34,6 +34,46 @@ bundle exec sus
3434
3535Please see the [ project releases] ( https://socketry.github.io/protocol-url/releases/index ) for all releases.
3636
37+ ### v0.17.0
38+
39+ - Add optional explicit ` ./ ` prefixes when generating same-directory relative URLs.
40+
41+ ### v0.16.0
42+
43+ - Preserve directory and file semantics when generating relative URL paths.
44+
45+ ### v0.15.0
46+
47+ - Add ` Protocol::URL::Relative#relative_to ` for expressing root-relative URLs relative to a base path.
48+
49+ ### v0.14.0
50+
51+ - Allow paths to compare with their encoded string representation.
52+
53+ ### v0.13.0
54+
55+ - Add conservative normalization of encoded URL paths.
56+
57+ ### v0.12.0
58+
59+ - Allow unfrozen relative and absolute URLs to replace their components.
60+
61+ ### v0.10.0
62+
63+ - Rename ` Protocol::URL::FormData::Parser::CONTENT_TYPE ` to ` MEDIA_TYPE ` .
64+
65+ ### v0.9.0
66+
67+ - Add ` Protocol::URL::LimitError ` for configured processing limits.
68+
69+ ### v0.8.0
70+
71+ - Use consistent limit naming for form data parser constraints.
72+
73+ ### v0.7.0
74+
75+ - Allow ` Protocol::URL::FormData::Parser#parse ` to populate a supplied result object.
76+
3777### v0.16.0
3878
3979 - Preserve directory and file semantics when generating relative URL paths.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.17.0
44
55 - Add optional explicit ` ./ ` prefixes when generating same-directory relative URLs.
66
You can’t perform that action at this time.
0 commit comments