Skip to content

v2.2.1

Choose a tag to compare

@crynobone crynobone released this 04 Apr 13:11
· 354 commits to 6.x since this release

Added

  • Added Laravie\Codex\Support\MultipartRequest::stream() method.

Changes

  • Normalize given $path when constructing Laravie\Codex\Endpoint.
  • Laravie\Codex\Sanitizer should be able to lazy load casts object.
  • Improves tests and docblocks.
  • Use Laravie\Codex\Contracts\Endpoint as typehint instead of Laravie\Codex\Endpoint whenever possible.
  • Mark Laravie\Codex\Support\HttpClient::convertUriToEndpoint() as final.