Skip to content

Latest commit

 

History

History
175 lines (92 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

175 lines (92 loc) · 4.36 KB

Changelog

All Notable changes to url will be documented in this file

2.4.0 - 2024-03-08

What's Changed

  • Please update spatie/macroable by @aungmyatmoe11 in #68

New Contributors

  • @aungmyatmoe11 made their first contribution in #68

Full Changelog: https://github.com/spatie/url/compare/2.3.0...2.4.0

2.3.0 - 2024-01-05

What's Changed

  • Add configurable and validatable schemes. by @glenncoppens in #67

New Contributors

  • @glenncoppens made their first contribution in #67

Full Changelog: https://github.com/spatie/url/compare/2.2.1...2.3.0

2.2.1 - 2023-04-27

What's Changed

  • psr/http-message 2.0 compatibility by @misantron in #65

New Contributors

  • @misantron made their first contribution in #65

Full Changelog: https://github.com/spatie/url/compare/2.2.0...2.2.1

2.2.0 - 2022-12-14

What's Changed

  • Update .gitattributes by @angeljqv in #58
  • Normalize composer.json by @patinthehat in #59
  • Add PHP 8.2 Support by @patinthehat in #60
  • lazy evaluate Url::getQueryParameter default argument by @bryanlopezinc in #61

New Contributors

  • @angeljqv made their first contribution in #58
  • @bryanlopezinc made their first contribution in #61

Full Changelog: https://github.com/spatie/url/compare/2.1.1...2.2.0

2.1.1 - 2022-07-29

What's Changed

  • Rewrite tests using pest by @bvtterfly in #54
  • Add withoutQueryParameters & unsetAll method by @MatusBoa in #56

New Contributors

  • @bvtterfly made their first contribution in #54
  • @MatusBoa made their first contribution in #56

Full Changelog: https://github.com/spatie/url/compare/2.1.0...2.1.1

2.1.0 - 2022-03-28

What's Changed

  • Add support for tel: links by @mrk-j in #53

New Contributors

  • @mrk-j made their first contribution in #53

Full Changelog: https://github.com/spatie/url/compare/2.0.5...2.1.0

2.0.5 - 2022-02-16

What's Changed

  • Add support for array query parameters by @rapkis in #52

Full Changelog: https://github.com/spatie/url/compare/2.0.4...2.0.5

2.0.4 - 2022-02-03

What's Changed

  • Add ability to set multiple query parameters at once by @rapkis in #51

New Contributors

  • @rapkis made their first contribution in #51

Full Changelog: https://github.com/spatie/url/compare/2.0.3...2.0.4

2.0.3 - 2021-12-29

What's Changed

  • PHP 8.1 Compatibility by @MaSpeng in #49

New Contributors

  • @MaSpeng made their first contribution in #49

Full Changelog: https://github.com/spatie/url/compare/2.0.2...2.0.3

2.0.2 - 2021-11-17

What's Changed

  • Fix creating urls from invalid strings by @SamuelNitsche in #48

New Contributors

  • @SamuelNitsche made their first contribution in #48

Full Changelog: https://github.com/spatie/url/compare/2.0.1...2.0.2

2.0.1 - 2021-06-24

  • remove prefixing / for mailto: schemes when building withPath()

2.0.0 - 2021-03-31

  • require PHP 8+
  • drop support for PHP 7.x
  • use PHP 8 syntax where possible

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