Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.49 KB

CHANGESLOG.md

File metadata and controls

56 lines (38 loc) · 1.49 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.4 - 2024-04-21

Fixed

  • issue 11: Fixed an error in ServerRequest::get(), ::cookie() and ::server().

--

1.1.3 - 2023-09-09

Fixed

  • issue 9: Fixed an error in UploadedFile::moveTo().

--

1.1.2 - 2023-08-02

Fixed

  • issue 3: Stream::read($length) will not return the specified length.
  • issue 4: Error when calling Message::withProtocolVersion().
  • issue 7: Small improvement on Stream::getSize().

1.1.1 - 2023-07-30

Fixed

  • issue 1: Stream::getSize() return 0 when measuring php://input.

1.1.0 - 2023-02-02

Added

  • Added the ability of serializing Stream objects.

1.0.3 - 2023-01-31

Fixed

  • Fixed a limitation on ServerRequest::post() that prevented it from retrieving POST variables.

1.0.2 - 2023-01-08

Fixed

  • Fixed a typo in the package's name in the composer.json file.

1.0.1 - 2023-01-08

Fixed

  • Added license information to the composer.json file.