Releases: jgarber623/absolutely
Releases · jgarber623/absolutely
v6.0.0
- Breaking change: Rename
AbsolutelyError
to Error
(efcd8fa)
- Remove Reek (0d73600)
- Update Addressable dependency constraint (5faefa9)
- Breaking change: Set minimum supported Ruby to 2.6 (b888d5e)
- Update development Ruby to 2.6.10 (b84d268)
v5.1.0
- Expand supported Ruby versions to include 3.0 (c9741de)
v5.0.0
- Breaking change: Update minimum supported Ruby version to 2.5 (866cec3)
- Update project Ruby version to 2.5.8 (231653b)
v4.0.0
- Breaking Change: Remove alias from
to_absolute_uri
to to_abs
(b4df234)
- Improve inline documentation and refactor gem code (bb0456e)
- Move development dependencies to Gemfile per current Bundler convention (3c2f579)
- Update development Ruby version to 2.4.10 (6c79003)
v3.1.0
- Expand supported Ruby versions to include 2.7 (e0273b5).
v3.0.1
- Update Addressable gem (b257f75).
- Update project Ruby version to 2.4.7 (a14d29b).
- Update development dependencies.
v3.0.0
- Return normalized
relative_uri
in to_abs
when relative_uri
is an absolute URL (81261e9).
v2.1.0
- Rename
to_absolute_uri
method to to_abs
(d14e33f).
- Add
inspect
instance method to Absolutely::URI
(e4e7e5a).
v2.0.0
- The
URI
class' base
and relative
methods are now read-only (7879f78).
- Add Reek and configuration (fb60f9c).
v1.1.2
- Expand supported Ruby versions to include 2.6 (866d58a).