Skip to content

Releases: circli/console

2.4.0

Choose a tag to compare

@sunkan sunkan released this 11 Jun 11:24
25a1ee4

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

Choose a tag to compare

@sunkan sunkan released this 04 Dec 15:37
b79bac2
Add support for symfony 7

2.2.0

Choose a tag to compare

@sunkan sunkan released this 14 Jun 09:11
afa5301
Extract methods from AbstractInput to a trait

We do that to make it easier to extend value objects and just
implement the InputInterface and use the trait to not need to
implement all 15 methods

2.1.0

Choose a tag to compare

@sunkan sunkan released this 13 Dec 17:17
cf832c9

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@sunkan sunkan released this 26 Oct 12:29
791daf6
Fix phpstan error

1.1.1

Choose a tag to compare

@sunkan sunkan released this 09 Jun 12:43
307a148
Fix inverted if statement

1.1.0

Choose a tag to compare

@sunkan sunkan released this 13 Jun 12:08
03fac1e
Update docs

First release

Choose a tag to compare

@sunkan sunkan released this 21 Jul 13:32
1.0.0

Lower phpunit version so it works in github actions