Skip to content

Releases: laravie/codex

v6.2.0

Choose a tag to compare

@crynobone crynobone released this 31 Mar 14:04

Added

  • Added support for PHP 8.3.

v6.1.0

Choose a tag to compare

@crynobone crynobone released this 10 Jul 11:48

Changes

  • Update minimum laravie/codex-common to ^2.1.0.

v6.0.0

Choose a tag to compare

@crynobone crynobone released this 02 May 04:03

Changes

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

Removed

  • Remove support for PHP 7.x.

v5.3.3

Choose a tag to compare

@crynobone crynobone released this 08 Feb 03:08
5434e8e

Changes

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

v5.3.2

Choose a tag to compare

@crynobone crynobone released this 01 Aug 14:40

Changes

  • Code styling changes.

v5.3.1

Choose a tag to compare

@crynobone crynobone released this 28 Dec 15:06

Fixes

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

v5.3.0

Choose a tag to compare

@crynobone crynobone released this 28 Dec 13:43

Changes

  • Add support for PHP 8.

v5.2.0

Choose a tag to compare

@crynobone crynobone released this 05 Feb 01:13

Changes

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

v5.1.1

Choose a tag to compare

@crynobone crynobone released this 03 Nov 12:39

Fixes

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

v5.1.0

Choose a tag to compare

@crynobone crynobone released this 11 Oct 13:39

Changes

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