Releases: cakephp/bake
Releases · cakephp/bake
Bake 3.2.0
What's Changed
- Ignore vendor everywhere by @ravage84 in #984
- Correct asserted view code by @ravage84 in #986
- Improve enum generation by @markstory in #990
- Add a method to BakeHelper to check for other plugins. by @markstory in #992
- Detect Authorization plugin and include it in bake output by @markstory in #993
- Wrap addPlugin() call in has() check. by @ADmad in #983
- Update brick/var-exporter to 0.5.0 and fix deprecations. [3.next] by @nicosp in #995
- Improve bake for Users::login action by @markstory in #997
- update stan by @LordSimal in #1000
- Bump up CakePHP and PHPUnit. by @ADmad in #999
- merge 2.x => 3.x by @LordSimal in #1003
- merge 3.x => 3.next by @LordSimal in #1004
New Contributors
Full Changelog: 3.1.1...3.2.0
Bake 3.1.1
What's Changed
- Add support and tests for enum comment. by @dereuromark in #978
- Fix up bake templates around array list by @dereuromark in #979
- fix: add singularAlias param on associations hasMany by @arodu in #980
- Fix up bake value defaults for fixtures with enums by @dereuromark in #982
New Contributors
Full Changelog: 3.1.0...3.1.1
Bake 3.1.0
What's Changed
- Allow baking enums. by @dereuromark in #968
- Bake table with enums mapped. by @dereuromark in #969
- Fix unique constraints getting lost. by @ndm2 in #967
- Complete baking of enums. by @dereuromark in #972
- PHP Parser v5 compatibility by @dereuromark in #975
Full Changelog: 3.0.6...3.1.0
Bake 3.0.6
What's Changed
- Fix up phpunit.xml.dist.twig by @dereuromark in #973
- 3.x: stan update by @LordSimal in #974
Full Changelog: 3.0.5...3.0.6
Bake 3.0.5
What's Changed
- No whitespace on closing tags by @dereuromark in #955
- 2.x to 3.x by @dereuromark in #960
- Run composer normalize over composer.json by @dereuromark in #964
- Bump actions/stale from 8 to 9 by @dependabot in #965
- 3.x - Fix fields being incorrectly detected as file fields. by @ndm2 in #966
Full Changelog: 3.0.4...3.0.5
Bake 3.0.4
What's Changed
Full Changelog: 3.0.3...3.0.4
Bake 3.0.3
What's Changed
- Fix signature for Table::get() annotation. by @ADmad in #945
- Fix config array type. by @dereuromark in #947
- Update annotation order by @cleptric in #949
- 3.x: adjust annotations by @LordSimal in #954
- 3.x - Widen the
@method
annotations to cover the actual return type. by @ndm2 in #956 - Update DocBlockHelper.php allow different date and time classes by @markusramsak in #948
New Contributors
- @markusramsak made their first contribution in #948
Full Changelog: 3.0.2...3.0.3
Bake 3.0.2
What's Changed
- 3.x: change composer.json to cake5 stable version by @LordSimal in #937
- Try new dep by @dereuromark in #938
- Remove unneeded dev depenency by @ADmad in #940
- adjustments to make 3.x docs deploy work by @LordSimal in #941
- 3.x: adjust docs by @LordSimal in #942
- Use named arguments by @steinkel in #943
Full Changelog: 3.0.1...3.0.2
Bake 3.0.1
- Update to stable dependencies.
Full Changelog: 3.0.0...3.0.1
Bake 3.0.0
First version compatible with CakePHP 5.0
What's Changed
- Update for Cake 5. by @ADmad in #836
- update generated classes due to changes in milligram 1.4.1 by @LordSimal in #874
- 3.x: change baked index method to use query instance instead of table by @LordSimal in #878
- Cleanup of signature docs by @dereuromark in #902
- Fixes application Bake templates path in Document by @nojimage in #915
- 3.x: remove deprecated BakeHelper::stringifyList method by @LordSimal in #920
- Revert template override path change. by @ndm2 in #923
- 3.x: fix DocBlockHelper mapping by @LordSimal in #929
- 3.x: remove composer.json adjustments while baking a plugin by @LordSimal in #933
- 3.x: use
hasValue()
instead ofhas()
by @LordSimal in #934
Full Changelog: 2.9.3...3.0.0