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

Replace TaggedIterator with AutowireIterator across multiple files #222

Merged
merged 4 commits into from
Jul 13, 2024

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Jul 12, 2024

The commit switches the usage from TaggedIterator to AutowireIterator to better manage dependencies within the application. This affects multiple classes in src directory involving spomky_labs_pwa cache strategy, match callback handlers, and other related dependencies. The change enhances dependency handling and supports cleaner code injection.

Target branch: 1.2.x
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

The commit switches the usage from TaggedIterator to AutowireIterator to better manage dependencies within the application. This affects multiple classes in src directory involving spomky_labs_pwa cache strategy, match callback handlers, and other related dependencies. The change enhances dependency handling and supports cleaner code injection.
@Spomky Spomky added this to the 1.2.3 milestone Jul 12, 2024
@Spomky Spomky self-assigned this Jul 12, 2024
Spomky added 3 commits July 12, 2024 09:55
The `assets` configuration array has been added to the `config.php` test file. Additionally, the "symfony/asset" library has been included as a project dependency within the `composer.json` file. This update ensures we
The `assets` configuration array has been added to the `config.php` test file. Additionally, the "symfony/asset" library has been included as a project dependency within the `composer.json` file. This tool for handling public files.
The `assets` configuration array has been added to the `config.php` test file. Additionally, the "symfony/asset" library has been included as a project dependency within the `composer.json` file. This tool for handling public files.
@Spomky Spomky merged commit a7d00ca into 1.2.x Jul 13, 2024
11 checks passed
@Spomky Spomky deleted the bugs/deprecated-TaggedIterator branch July 13, 2024 07:03
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