Skip to content

Releases: Sengorius/simple-rest-bundle

Uuid-Tagging for Messages and a Limit variable for FilterData

15 Mar 21:14

Choose a tag to compare

  • [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.*

14 Jan 19:59

Choose a tag to compare

  • 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

23 Oct 08:16

Choose a tag to compare

v1.1.12

raised the minimum version for doctrine bundles

Raised PhpStan to level 8 and fixed code-style issues

06 Aug 18:23

Choose a tag to compare

v1.1.11

raised PhpStan to level 8 and fixed code-style issues

v1.1.10

13 Jun 21:16

Choose a tag to compare

  • upgraded minimum package versions for Symfony to v7.3
  • upgraded the minimum PHP version to v8.4
  • updated PhpUnit
  • fixed new Vote parameter for Voters
  • did some code cleanup

v1.1.9

26 Aug 07:08
525894c

Choose a tag to compare

  • [enhance] fixed circular reference handler looking for ID and UUID
  • [test] added GitHub actions to check against PhpStan, PhpCs and PhpUnit

Hotfix on ServiceEntityFactory

18 Aug 11:34

Choose a tag to compare

Added a $allowNull modifier to addDateSearch() method.

Violation and QueryBuilding enhancements

18 Aug 11:14

Choose a tag to compare

  • [enhance] added a shorthand static function to create a ValidationException with 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

30 Jul 19:12

Choose a tag to compare

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

19 Mar 15:38

Choose a tag to compare

v1.1.5

did some code quality enhancements