# Changelog

All Notable changes to `url` will be documented in this file

## 1.3.5 - 2020-11-05

- update deps

## 1.3.4 - 2020-11-04

- support PHP 8

## 1.3.3 - 2020-08-31

- urlencode() new query params values (#35)

## 1.3.2 - 2020-02-19
- Updated: preserve trailing slash in URL path (#33)

## 1.3.0 - 2018-02-01
- Added: support for simple `mailto:` links

## 1.2.0 - 2017-09-18
- Added: `Url` now is macroable

## 1.1.0 - 2017-07-01
- Added: `getFirstSegment` and `getLastSegment`

## 1.0.2 - 2017-03-09
- Fixed: allow valuesless query parameters, e.g. `?foo=bar&baz`

## 1.0.1 - 2016-11-14
- Fixed: Ensure an url does not end with `/`

## 1.0.0 - 2016-10-07
- First release
