Skip to content

Releases: nette/application

Released version 2.2.9

03 Dec 02:46
@dg dg
Compare
Choose a tag to compare
  • 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

09 Oct 14:59
@dg dg
Compare
Choose a tag to compare
  • RoutingPanel: redesign, added HTTP method
  • Presenter: better exception messages
  • PresenterComponentReflection::convertType() support for all builtin PHP typehints
  • PresenterComponentReflection::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

23 Aug 14:46
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:46
@dg dg
Compare
Choose a tag to compare
  • 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

23 Aug 14:46
@dg dg
Compare
Choose a tag to compare
  • 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

03 Jul 13:49
@dg dg
Compare
Choose a tag to compare
  • 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

14 Jun 13:17
@dg dg
Compare
Choose a tag to compare
  • 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

14 Jun 13:20
@dg dg
Compare
Choose a tag to compare
  • 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

14 Jun 13:19
@dg dg
Compare
Choose a tag to compare
  • 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

14 Jun 13:16
@dg dg
Compare
Choose a tag to compare
  • Router: speed optimizations
  • MicroPresenter: fixes
  • UIMacros: {ifCurrent} calls isLinkCurrent() method

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