Skip to content

Release 2.0

Choose a tag to compare

@brentscheffler brentscheffler released this 18 Oct 23:33
· 31 commits to master since this release
96b93df

Features

  • Support for PHP 8.x, leveraging features from 8.0
  • Adding createFromString method in StreamFactory
  • Adding provide property in composer file for psr/http-message-implementation and psr/http-factory-implementation
  • A lot of code and comment cleanup, standardizing formatting
  • Stricter type hinting in constructors and methods where possible (using union type)
  • Tightening up Uri::__toString() and Uri::getAuthority() methods, fixing long standing bugs

Breaking changes

  • Removing support for PHP 7.x
  • Moving namespace to Nimbly\Capsule
  • Removing warning suppression (@) when making calls to fopen