Skip to content

Releases: phpstan/phpstan-nette

0.12.16

04 Mar 13:59
Compare
Choose a tag to compare
  • 7fda196 - add stub for Nette\Utils\Paginator

0.12.15

02 Mar 08:51
0fd6953
Compare
Choose a tag to compare
  • 0fd6953 - Added precise typehints for limit() and page() methods in Selection

0.12.14

05 Jan 10:06
Compare
Choose a tag to compare
  • 16a1457 - UI\ITemplate is an alias to UI\Template

0.12.13

02 Jan 16:18
Compare
Choose a tag to compare
  • 90791ea - Dependabot
  • 21e0c83 - Identity is now an alias to SimpleIdentity

0.12.12

12 Dec 20:47
Compare
Choose a tag to compare
  • 119049d - Use GitHub Actions instead of Travis CI
  • 20cb705 - Automatic release workflow

0.12.11

12 Dec 14:48
Compare
Choose a tag to compare
0.12.11

0.11.1

19 May 19:07
Compare
Choose a tag to compare

0.10.1

22 Jul 19:56
Compare
Choose a tag to compare
  • Get the right component type with array access (c66d80c) - #24
  • UI\Component::getPresenter dynamic return type extension (#26), thanks @xificurk!

0.10

24 Jun 19:00
Compare
Choose a tag to compare
  • Support Nette\LegacyObject (da7e882)
  • HtmlMethodReflection: magic getters return mixed (fb1b40f) - #18, thanks @CzechBoy!
  • Presenter::getSession dynamic return type extension - #19, thanks @CzechBoy!
    * Component::lookup return type extension - #17, thanks @CzechBoy!
  • Composer: replaced some requirements with conflicts - #22, thanks @lookyman!

0.9

29 Nov 13:47
Compare
Choose a tag to compare
0.9
  • Updated for PHPStan 0.9
  • Return mixed instead of object from \Nette\DI\Container::getService() (688dff7)
  • Service locator methods should rather return mixed than the documented object (d3623c7)
  • Service locator dynamic return type extension - support createService() (2d93d16)