Skip to content

Latest commit

 

History

History
79 lines (42 loc) · 1.22 KB

CHANGELOG-5.x.md

File metadata and controls

79 lines (42 loc) · 1.22 KB

Release Notes for v5.x

This changelog references the relevant changes (bug and security fixes) done to laravie/codex.

5.3.3

Released: 2022-02-08

Changes

  • Update minimum laravie/codex-common to ^1.5.1.
  • Update suggested laravie/codex-filter to ^1.2.2.

5.3.2

Released: 2021-08-01

Changes

  • Code styling changes.

5.3.1

Released: 2020-12-28

Fixes

  • Fixes method declaration on Laravie\Codex\Common\HttpClient::stream().
  • Fixes Laravie\Codex\Contracts\Client::stream() contract.

5.3.0

Released: 2020-12-28

Changes

  • Add support for PHP 8.

5.2.0

Released: 2020-02-05

Changes

  • Bump minimum PHP to 7.2+.
  • Add support for PHPUnit 9.

5.1.1

Released: 2019-11-03

Fixes

  • Avoid trying to rebuild Psr\Http\Message\StreamInterface from $body when using Laravie\Codex\Concerns\Request\Multipart::stream().

5.1.0

Released: 2019-10-11

Changes

  • Update to laravie/codex-common to v1.2.0 and above.

5.0.1

Released: 2019-05-30

Changes

  • Update to laravie/codex-common to v1.0.1 and above.

5.0.0

Released: 2019-03-29

Changes

  • Moved Common Component to laravie/codex-common.
  • Moved Filtering Component to laravie/codex-filter.