Releases: Sengorius/simple-rest-bundle
Releases · Sengorius/simple-rest-bundle
Uuid-Tagging for Messages and a Limit variable for FilterData
- [new] implemented UuidV7 tagging messages with a custom middleware
- [new] added a limit default parameter to FilterData, which can be combined with the pagination's per-page
- [enhance] added suggested packages for all features of this extension
- [enhance] added extension checks and fixed necessary bundles for this extension
- updated PhpUnit tests, as the with() method is now deprecated for stubs
Another Package Upgrade for Symfony v8.*
- updated package versions to allow Symfony v8.*
- upgraded PhpUnit
- updated tests to match new PhpUnit v12 standards
- fixed exception catches in custom denormalizers
Raised the minimum version for Doctrine Bundles
v1.1.12 raised the minimum version for doctrine bundles
Raised PhpStan to level 8 and fixed code-style issues
v1.1.11 raised PhpStan to level 8 and fixed code-style issues
v1.1.10
v1.1.9
Hotfix on ServiceEntityFactory
Added a $allowNull modifier to addDateSearch() method.
Violation and QueryBuilding enhancements
- [enhance] added a shorthand static function to create a
ValidationExceptionwith a single violation - [enhance] fixed violation list preparation
- [enhance] of the
ServiceEntityFactory: added more methods - added more unit tests for QueryBuilder manipulation and validation
Allow Doctrine proxy classes as message result
This release allows to test MessageResults against Doctrine Proxy objects. We now also allow doctrine/orm@^3.1, to make sure, Symfony v7 runs all fine. Also removed a boot restriction on FilterData.
Introduced a NotFoundException handling
v1.1.5 did some code quality enhancements