Skip to content

Releases: portphp/symfony-console

1.1.0

21 Jul 17:45
23fa89e
Compare
Choose a tag to compare
  • Support Symfony 6.

1.0.0

27 Feb 09:52
a67f5bd
Compare
Choose a tag to compare
Fix error thrown when rendering with no items (#7)

This may happen when all the items in the pipeline are filtered out
or fail validation.

Test added to cover this case