Rich Model Forms Bundle Versions Save

Provides additional data mappers that ease the use of the Symfony Form component with rich models.

v0.2.0

1 year ago
  • add Symfony 6 support
  • drop support for Symfony 5.0, 5.1, and 5.2
  • drop support for PHP 7.1

v0.6.0

3 years ago
  • Added a factory_argument allowing to use field names differing from the name of the actual factory argument (#82).
  • Fixed using the read_property_path option with value objects (#89).
  • Both the read_property_path and write_property_path options can now be used without configuring the other one (#88).
  • Added handling for TypeError instances thrown for typed properties on PHP 7.4+ (#85).

v0.5.1

3 years ago
  • Fixed dealing with non-mapped fields when mapping to value objects (#81).

v0.5.0

3 years ago
  • Fixed compatibility with symfony/translation 5.0.
  • Dropped support for Symfony components < 4.4.

v0.4.0

3 years ago
  • Allow to use the bundle with Symfony 5 components.

v0.3.0

4 years ago
  • allow psr/container 2.0
  • drop support for Symfony 5.3
  • drop support for PHP 7.2 and 7.3

v0.2.1

4 years ago
  • Fix to actually use a configured factory when submitting non-compound forms.
  • Fixed passing submitted data to the configured factory for compound forms.
  • Abstain from trying to map buttons to the data when creating value objects.
  • Raise an error when the data_class option is used while the immutable option is enabled.

v0.1.0

4 years ago

Initial release of the bundle under its new qossmic/rich-model-forms-bundle package name. This release is feature-equivalent to the 0.8.0 release of the sensiolabs-de/rich-model-forms-bundle package apart from all deprecated services and PHP classes being removed.