Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.32 KB

File metadata and controls

30 lines (21 loc) · 1.32 KB

3.4.2

  1. faster lookups instead of nested loops #207 by @henrikthesing

3.4.1

  1. Fixes issue #153 (Unable to generate URL with port number) by @harikt in #205

3.4.0

  1. Add php 8.3 to the testing matrix by @Koopzington in #199
  2. Add php 8.4 to the testing matrix by @NaokiTsuchiya in #202
  3. Allow psr/http-message v2 by @NaokiTsuchiya in #201

3.3.0

  1. Add test coverage by @koriym in #191
  2. Change coverage driver from pcov to xdebug by @koriym in #192
  3. Update code coverage badge by @koriym in #193
  4. Enable PHP 8.2 compat by @koriym in #194
  5. FastRoute format by @willy68 in #196

3.2.0

  1. Various documentation and doc block improvements by @muglug, @johnnypeck, Andreas Sundqvist, @afilina, @vitorbari, @bkdotcom, @daniel-mueller, @cxj, @koriym
  2. CI improvements @jakejohns, @koriym,
  3. 8.1 support @koriym, @fisharebest
  4. Fixes #178 psr/log version 3 support @koriym
  5. Fixed #162 by @NaokiTsuchiya and @harikt
  6. Fixed #169 by @harikt