Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RouteArgument attribute for Yii Hydrator #237

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Add RouteArgument attribute for Yii Hydrator #237

merged 2 commits into from
Feb 20, 2024

Conversation

vjik
Copy link
Member

@vjik vjik commented Feb 20, 2024

Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues -

Copy link

what-the-diff bot commented Feb 20, 2024

PR Summary

  • Addition of Support for psr/http-message Version ^2.0
    This PR includes an update in the CHANGELOG.md file, indicating the addition of support for psr/http-message version ^2.0. This change is fundamental to allow our software to integrate and communicate effectively with others using the same messaging standards.

  • Creation of Composer-require-checker.json File and Whitelist Additions
    A new file - composer-require-checker.json - has been created to check for composer dependencies. Certain symbol whitelist entries have also been added to ensure only specific, allowed items are fetched and utilized.

  • Inclusion of "yiisoft/hydrator" as a Project Dependency
    The "yiisoft/hydrator" has been added to the composer.json file as a project dependency. This component aids in creating and recreating objects, which can help improve efficiency in object management within our application.

  • Implementation of RouteArgument and RouteArgumentResolver Classes
    New files have been created in the src/HydratorAttribute directory, namely RouteArgument.php and RouteArgumentResolver.php. These introduce two new classes - RouteArgument and RouteArgumentResolver - which aid in managing route arguments in a more streamlined way.

  • Addition of RouteArgument Attribute Tests
    The RouteArgumentTest.php file has been added in tests/HydratorAttribute directory. This inclusion ensures that the RouteArgument attributes work as expected and can handle various scenarios, contributing to the robustness of our application.

@vjik vjik merged commit 1a8af5c into 3.x Feb 20, 2024
22 checks passed
@vjik vjik deleted the route-arg branch February 20, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant