Releases: nette/http
Releases · nette/http
Released version 2.3.3
- Session: session ID is not regenerated when not set
- travis: migrating to container-based infrastructure
- improved coding style
For the details you can have a look at the diff.
Released version 2.2.8
Released version 2.3.2
Released version 2.3.1
- Url: fixed isEqual() for same param values & regular sorting on numbers
For the details you can have a look at the diff.
Released version 2.2.7
- Url: fixed isEqual() for same param values & regular sorting on numbers
For the details you can have a look at the diff.
Released version 2.2.6
- HttpRequest: drops non-UTF8 strings, but control characters only removes
- Session: fetch session cookie from Http\IRequest
- Session: fix handling exceptions thrown from SessionHandlerInterface
- Session::configure() do not override setHandler #15 #18
- SessionPanel: fixed quirky htmlspecialchars in PHP 5.6
- Response: fixed quirky htmlspecialchars in PHP 5.6
- Url: fixed canonicalize()
For the details you can have a look at the diff.
Released version 2.3.0
- RequestFactory: speed optimizations
- Url: internally stores query parameters as array, improved canonicalize(), etc…
- added briges for Nette DI
- added
Helpers::formatDate()
, addedIResponse::getHeader()
(BC break) Request::getUrl()
is immutableResponse::date()
,Request::isPost()
&Request::getFile()
with multiple keys are deprecated
Released version 2.2.5
- 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
Released version 2.2.2
- 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.