Skip to content

Releases: dereuromark/cakephp-ide-helper

2.0.2

03 Nov 12:28
Compare
Choose a tag to compare

Fixes

  • Fixed new backed enum support
- * @property int $status
+ * @property \TestApp\Model\Enum\CarStatus $status

Full Changelog: 2.0.1...2.0.2

1.18.10

03 Nov 12:21
Compare
Choose a tag to compare

Fixes

Fixed RoutesAnnotator to skip adding $routes where not needed due to new routes definition.

2.0.1

30 Sep 13:36
98b4222
Compare
Choose a tag to compare

Fixes

Added missing View::addHelper() support

2.0.0

28 Sep 16:35
0ee557d
Compare
Choose a tag to compare

CakePHP 5.0 compatible release

Fixes compared to RC:

  • Fix up docblock finding around Attribute usage.
  • Fixed up model method signatures for 5.x

Note: The docs contain migration notes when coming from 4.x

2.0.0-RC2

12 Sep 00:48
29a0ae3
Compare
Choose a tag to compare

CakePHP 5 pre-release

Fixes:

  • Removed Shim as hidden dependency ("require" section)

2.0.0-RC

10 Sep 09:32
Compare
Choose a tag to compare

CakePHP 5 compatible pre-release

For CakePHP 5.0+ apps.

1.18.9

05 Jul 15:28
3c9c9b5
Compare
Choose a tag to compare

Fixes

  • Remove return type for Controller events for now

1.18.8

06 May 22:24
f5289db
Compare
Choose a tag to compare

Fixes

Fixed compatibility with differ library versions.

1.18.7

11 Apr 14:35
bdfb4a3
Compare
Choose a tag to compare

Improvements

  • Allow sebastian/diff v5

Note: PHP 7.4+ from here on

1.18.6

25 Nov 20:49
Compare
Choose a tag to compare

Fixes

  • Fixed infinite loop on annotate classes by @asgraf in #296

New Contributors

Full Changelog: 1.18.5...1.18.6