Releases: nette/application
Releases · nette/application
Released version 2.2.9
- Route: action is mandatory when defined as 'Presenter:'
- __toString handles Throwable errors
- typos, fixed coding style
For the details you can have a look at the diff.
Released version 2.3.7
- RoutingPanel: redesign, added HTTP method
- Presenter: better exception messages
PresenterComponentReflection::convertType()
support for all builtin PHP typehintsPresenterComponentReflection::convertType()
converts NULL to appropriate type- added CallbackResponse
- ErrorPresenter: returns CallbackResponse
- UIMacros: added warning Modifiers are not allowed here
- removed rarely used
@property
phpDoc
For the details you can have a look at the diff.
Released version 2.3.5
- Presenter: fixed signal in POST in ajax request
- Presenter: added test for initGlobalParameters
- travis: migrating to container-based infrastructure
For the details you can have a look at the diff.
Released version 2.2.8
- Presenter: fixed signal in POST in ajax request
- Presenter: added test for initGlobalParameters
For the details you can have a look at the diff.
Released version 2.2.7
- ErrorPresenter: exception is logged to 'exception.log'
- Control: global snippet changed from NULL to \0 to be distinguished from ''
- UIMacros: {snippet} and {snippetArea} without name has name '' in both PHP 5 and PHP 7, fixed test
- travis: migrating to container-based infrastructure
- improved coding style
For the details you can have a look at the diff.
Released version 2.3.4
- Control: global snippet changed from NULL to \0 to be distinguished from ''
- UIMacros:
{snippet}
and{snippetArea}
without name has name''
in both PHP 5 and PHP 7 - UIMacros: runtime helpers moved to UIRuntime
- PresenterComponentReflection::convertType() do not change $val on error, added tests
- ApplicationExtension: missing RobotLoader throws exception [Closes #78]
- improved coding style
For the details you can have a look at the diff.
Released version 2.2.6
- PresenterComponent::redirect() fixed compatibility with HHVM & PHP 7
- FileResponse: works according to RFC 5987
For the details you can have a look at the diff.
Released version 2.3.3
- PresenterComponent::redirect() fixed compatibility with HHVM & PHP 7
- Presenter: "query" link syntax is undeprecated
- LinkGenerator: fixed exception namespace
For the details you can have a look at the diff.
Released version 2.3.2
- PresenterComponentReflection::parseAnnotation accepts
*@annotation
- FileResponse: works according to RFC 5987
- MicroPresenter: fixed passing params to callback
- ApplicationExtension: uses file in temp dir to invalidate container
For the details you can have a look at the diff.
Released version 2.2.5
- Router: speed optimizations
- MicroPresenter: fixes
- UIMacros: {ifCurrent} calls isLinkCurrent() method
For the details you can have a look at the diff.