Skip to content

Releases: nette/application

Released version 2.3.0

31 Jan 14:48
@dg dg
Compare
Choose a tag to compare
  • all presenters are created by Dependency Injection container
  • added LinkGenerator
  • Presenter: changed handling of invalid link, they triggers warnings on production and are configurable on development via 'silentLinks'
  • Routing: speed optimization & caching
  • added bridges for Nette DI
  • added Request::getParameter(), deprecated Request::isPost()

BC breaks:

  • routes and presenter names are case sensitive. Nette will warn you if you use the wrong case in presenter name. But due to performance limitation it is not checking Route mask - you should check them manually. Correct is <presenter=UpperCasedDefaultValue> and <presenter url-cased-regexp-mask>.
  • Route::addStyle() & Route::setStyleProperty() are deprecated and now will trigger E_USER_DEPRECATED
  • removed support for deprecated Nette\Templating, template extension .phtml and old link syntax

Released version 2.2.4

30 Dec 10:32
@dg dg
Compare
Choose a tag to compare
  • RoutingPanel: improved dumping of objects [Closes #42]
  • Route: percent-encoded bytes are decoded before URL is matched

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

Released version 2.2.3

30 Dec 10:31
@dg dg
Compare
Choose a tag to compare
  • Form: calling setAction() bypasses creation of 'do' element [Closes #33]
  • Template: added __call() for BC [Closes #38]
  • Route: %domain% and %tld% works with IP

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

Released version 2.2.2

27 Aug 22:29
@dg dg
Compare
Choose a tag to compare
  • Template::registerHelperLoader: removed E_USER_DEPRECATED
  • TemplateFactory: added missing filters modifyDate, length & null
  • Application disables warnOnBuffer before error 500 is sent nette/nette#1366

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

Released version 2.2.1

24 Jun 12:34
@dg dg
Compare
Choose a tag to compare
  • Route: allows to use parameters with long names
  • FileResponse: send response either as attachment or inline
  • UI\Presenter: all services except httpRequest & httpResponse are optional
  • fixed bugs

For the details about the changes you can have a look at the Github diff.

Released version 2.2.0

12 May 21:57
@dg dg
Compare
Choose a tag to compare

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