4.2.0
版本发布时间: 2021-12-31 19:36:33
doctrine/DoctrineORMModule最新发布版本:6.1.0(2024-01-26 06:04:42)
Release Notes for 4.2.0
Feature release (minor)
Added
- Support for annotation based form creation. In contrast to the 3.x series of this module, some class names have changed. The annotations used in 3.x are, however, still compatible with the implementation in 4.2.0.
4.2.0
- Total issues resolved: 2
- Total pull requests resolved: 6
- Total contributors: 4
Documentation
-
700: Added docs for
EntityBasedFormBuilder
thanks to @driehle
Enhacement
- 699: Updated upstream workflows thanks to @driehle
- 697: Update upstream workflows thanks to @driehle
- 694: Added EntityBasedFormBuilder for annotation-based form creation thanks to @driehle
- 693: Allow symfony/console ^6.0.0 thanks to @fezfez
Bug
- 698: Fixed deprecation on Serializable interface thanks to @driehle and @Koen1999