All notable changes to this project will be documented in this file.
0.4.1 (2024-11-24)
- Explicitly mark service parameter as nullable (0232d9)
0.4.0 (2024-11-21)
- Add support for PHP 8.4 (52fe0a)
0.3.0 (2024-05-27)
- Add alias for
MapperBuilder
(23e8c6)
- Solve deprecation message regarding warm-up class (2d6bba)
- Drop support for PHP 8.0 (d631b2)
0.2.3 (2024-01-13)
- Set class name in compiler pass definition (3ef094)
- Watch files in test environment by default (2abfbb)
0.2.2 (2023-10-11)
- Correctly fetch Kernel environment in services configuration (882778)
0.2.1 (2023-09-08)
- Disable injection autowiring for
WarmupForMapper
attribute (c5a984)
0.2.0 (2023-08-25)
- Add support for PHP 8.3 (0c0735)
- Disable injection autowiring for
WarmupForMapper
attribute (2dc2b9) - Run cache warmup even if no class was provided (0fa125)
0.1.0 (2023-08-07)
Initial release 🎉