Skip to content

Releases: dereuromark/cakephp-ide-helper

2.13.4

14 Nov 10:41

Choose a tag to compare

Fixes

  • Fix up annotations for templates around $this usage.

Full Changelog: 2.13.3...2.13.4

2.13.3

30 Oct 17:26
1debb36

Choose a tag to compare

Improvements

  • Updated finder return type from Query to SelectQuery

Full Changelog: 2.13.2...2.13.3

2.13.2

28 Oct 04:22

Choose a tag to compare

Fixes

  • Also added auto-complete for other table() method usage in Migrations or Seeds.

Full Changelog: 2.13.1...2.13.2

2.13.1

25 Oct 02:45
a76ee38

Choose a tag to compare

Fixed

  • Fixed type hinting in beforeRedirect() code completion file

Improvements

  • Allow fast regex check for performance (optional, can be enabled via config) when looking for default table on controllers

New Contributors

Full Changelog: 2.13.0...2.13.1

2.13.0

08 Oct 10:29

Choose a tag to compare

Improvements

  • Allow adding $defaultTable for non existing models in controllers.
bin/cake illuminate src/Controller --task ControllerDefaultTable

2.12.1

30 Sep 01:06
73a512b

Choose a tag to compare

Fixes

  • Fixed phpcs v4 handling of doc blocks after open tag.

2.12.0

30 Sep 00:17
c2c0658

Choose a tag to compare

Fixes

  • Fix callable (anonymous function) variables to be excluded from template annotations

Improvements

  • Allow phpcs v4

2.11.3

16 Sep 13:23

Choose a tag to compare

Fixes

  • Added missing afterMarshal callback annotating.

2.11.2

22 Jul 18:14
b7da2b7

Choose a tag to compare

Fixes

Full Changelog: 2.11.1...2.11.2

2.11.1

17 Jul 17:23
d94bf52

Choose a tag to compare

Improvements

  • Fixed CI status code for accumulated result
  • Improved non verbose output to by default contain the changes needed.