Skip to content

Releases: dereuromark/cakephp-ide-helper

2.5.2

17 Oct 02:34
2eeded4

Choose a tag to compare

Fixes

  • Fixed up paginate() annotation

2.5.1

17 Oct 02:25
1a6b0a1

Choose a tag to compare

Fixes

  • Reverted mixed[] back to array as it brings no real value. The feature flag will still be able to enable array<string, mixed>, though.

2.5.0

17 Oct 02:18
6236621

Choose a tag to compare

Fixes

  • Allow more complex array parsing for Illuminator and Annotator.
  • Allow generating stricter "generics" param annotations using genericsInParam feature flag (NOT yet supported by most IDEs) - can be useful for PHPStan/Psalm.
  • Allow having specific entities in generated method param doc block annotations instead of EntityInterface using concreteEntitiesInParam feature flag (NOT recommended) - can be useful for PHPStan/Psalm.

Full Changelog: 2.4.0...2.5.0

2.4.0

24 Sep 18:23

Choose a tag to compare

Improvements

Full Changelog: 2.3.0...2.4.0

2.3.0

08 Sep 00:42

Choose a tag to compare

Improvements

  • Add _joinData property for HABTM.

Included commits: 2.2.4...2.3.0

2.2.4

27 Jun 11:37
efbea19

Choose a tag to compare

Fixes

  • Dont use appNamespace for plugins.

Included commits: 2.2.3...2.2.4

2.2.3

20 Mar 11:51
141f290

Choose a tag to compare

Fixed

  • Removed lying through annotation for HABTM relations.

Full Changelog: 2.2.2...2.2.3

2.2.2

05 Mar 13:06
37887de

Choose a tag to compare

Improvements

Full Changelog: 2.2.1...2.2.2

1.20.0

05 Mar 14:27
aaa362a

Choose a tag to compare

Improvements

Backported features from v5:

  • Return types for callbacks as docblock vs type
  • Support for more complex array annotations (#344) and for multiline annotation (#345) to Cake4. by @Harfusha in #348

Full Changelog: 1.19.0...1.20.0

2.2.1

15 Feb 14:25

Choose a tag to compare

Fixes

  • Support more complex array shape annotations as well as union types within them for @var