All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.2 - 2021-01-18
- Fix async processing
1.1.1 - 2021-01-18
- Fix sync processing
- TODO.md
1.1.0 - 2021-01-18
- Optional synchronous execution when using "0" as worker amount.
- links in CHANGELOG.md
1.0.2 - 2020-12-30
- Readme recommends usage of the interface.
- Autowiring for newly introduced
Publicplan\ParallelBridge\PromiseWaitInterface
.
1.0.1 - 2020-12-30
- Interface for
Publicplan\ParallelBridge\PromiseWait
as the entry point to the lib.
1.0.0 - 2020-12-14
- Bridge ParallelMap from Amphp with Symfony context
- additional Arguments
- strict phpstan checked
- unit tested
- code style fixed with php-cs-fixer
- support for php 7.3, 7.4, 8.0 and Symfony 4.4, 5.2