Sha256: 1ff94a8688d7210798fd0d1973f48d9bef2dd3cb554045cdd5a1df89d845a1d4
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
# Changelog ## 3.0.1 / 2019-08-31 - Update Addressable gem ([b257f75](https://github.com/jgarber623/absolutely/commit/b257f75)). - Update project Ruby version to 2.4.7 ([a14d29b](https://github.com/jgarber623/absolutely/commit/a14d29b)). - Update development dependencies. ## 3.0.0 / 2019-05-28 - Return normalized `relative_uri` in `to_abs` when `relative_uri` is an absolute URL ([81261e9](https://github.com/jgarber623/absolutely/commit/81261e9)). ## 2.1.0 / 2019-05-01 - Rename `to_absolute_uri` method to `to_abs` ([d14e33f](https://github.com/jgarber623/absolutely/commit/d14e33f)). - Add `inspect` instance method to `Absolutely::URI` ([e4e7e5a](https://github.com/jgarber623/absolutely/commit/e4e7e5a)). ## 2.0.0 / 2019-04-25 - The `URI` class' `base` and `relative` methods are now read-only ([7879f78](https://github.com/jgarber623/absolutely/commit/7879f78)). - Add Reek and configuration ([fb60f9c](https://github.com/jgarber623/absolutely/commit/fb60f9c)). ## 1.1.2 / 2019-01-03 - Expand supported Ruby versions to include 2.6 ([866d58a](https://github.com/jgarber623/absolutely/commit/866d58a)). ## 1.1.1 / 2018-11-11 - Liberalizes dependency constraints ([e0bc056](https://github.com/jgarber623/absolutely/commit/e0bc056)). ## 1.1.0 / 2018-07-05 - Sets `base` URI's path to `/` if empty to conform with browser behavior ([b0f657a](https://github.com/jgarber623/absolutely/commit/b0f657a)). - Adds new tests from the [indieweb/php-mf2 URL test suite](https://github.com/indieweb/php-mf2/blob/master/tests/Mf2/URLTest.php) ([0b6417b](https://github.com/jgarber623/absolutely/commit/0b6417b)). ## 1.0.0 / 2018-07-05 - **Breaking Change:** Return value passed as `relative` if `relative` is to determined to be an absolute URI, regardless of the value passed as `base` ([e3996eb](https://github.com/jgarber623/absolutely/commit/e3996eb)). - Updates documentation to demonstrate new `relative` parameter behavior. ## 0.1.0 / 2018-07-04 - Initial release!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
absolutely-3.0.1 | CHANGELOG.md |