Skip to content

Releases: nette/http

Released version 2.3.0

Choose a tag to compare

@dg dg released this 31 Jan 14:06
  • RequestFactory: speed optimizations
  • Url: internally stores query parameters as array, improved canonicalize(), etc…
  • added briges for Nette DI
  • added Helpers::formatDate(), added IResponse::getHeader() (BC break)
  • Request::getUrl() is immutable
  • Response::date(), Request::isPost() & Request::getFile() with multiple keys are deprecated

Released version 2.2.5

Choose a tag to compare

@dg dg released this 30 Dec 10:05
  • RequestFactory: optimized UTF-8 validation performance
  • Url::unescape() optimized for performance
  • Url::unescape() unifies %aa to %AA

For the details you can have a look at the diff.

Released version 2.2.4

Choose a tag to compare

@dg dg released this 30 Dec 10:04
  • Response::redirect() link is printed only for https? protocols [Closes #24](security fix)
  • Response: workaroud for PHP bugs #61106 and #66375 [closes #25]

For the details you can have a look at the diff.

Released version 2.2.2

Choose a tag to compare

@dg dg released this 30 Dec 10:03
  • Url::isEqual: improved, fixed comparing of indexed arrays
  • Response: added missing HTTP status codes as constants
  • Request: header names are lowercased

For the details you can have a look at the diff.

Released version 2.2.1

Choose a tag to compare

@dg dg released this 27 Aug 21:55
  • Response: added $warnOnBuffer
  • fixes

For the details you can have a look at the diff.

Released version 2.2.0

Choose a tag to compare

@dg dg released this 12 May 21:57

The first standalone release. For more information see readme.md.