Skip to content

Releases: zenstruck/console-test

v1.5.0

24 Oct 15:03
Compare
Choose a tag to compare

cd1366d feat: Symfony 7 support (#19) by @kbond
d0ed4fe chore: run php-cs-fixer on php 8 by @kbond
5fe2744 feat: require php 8+, symfony 5.4+ (#18) by @kbond
2eb231b fix(ci): add token by @kbond
11fb61f chore(ci): fix by @kbond
6019627 chore: update ci config (#17) by @kbond
e5c000b ci: fix (#16) by @kbond

Full Change List

v1.4.0

06 Oct 21:37
Compare
Choose a tag to compare

d259ce4 [feature] add ability to test command completion (#15) by @kbond
686fbd2 [minor] simplify sca gha (#14) by @kbond
5995408 [minor] support Symfony 6.1 (#11) by @kbond

Full Change List

v1.3.0

01 Apr 18:26
f6ade8d
Compare
Choose a tag to compare

991f765 [minor] remove scrutinizer (#10) by @kbond
6a26847 [feature] add TestCommand::expectException() (#10) by @kbond
dad0fae [minor] add static code analysis with phpstan (#9) by @kbond
ef51134 [minor] output cli when using dump/dd by @kbond

Full Change List

v1.2.0

22 Oct 21:05
19e0705
Compare
Choose a tag to compare

19e0705 [feature] run commands via application (#8) by @kbond

Full Change List

v1.1.0

19 Oct 20:30
ba07fa5
Compare
Choose a tag to compare

12b200c [minor] refactor (#7) by @kbond
442d888 [feature] always use ConsoleOutput for tests (closes #6) (#7) by @kbond
48fb609 [feature] allow passing cli string to TestCommand::execute() (#5) by @kbond
7d6d6a0 [minor] add .editorconfig (#5) by @kbond
aaa1597 [ci] use reusable workflows (#4) by @kbond

Full Change List

v1.0.0

27 Sep 15:38
d26a5b1
Compare
Choose a tag to compare

d26a5b1 [minor] use zenstruck/assert for assertions instead of phpunit (#1) by @kbond
9ea2caa [doc] document how to standardize terminal width (#3) by @kbond
8e0c4ba [bug] standardize console width (#3) by @kbond

Full Change List

v0.3.0

13 Sep 13:10
997ee1f
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • 997ee1f [minor] allow Symfony 6 (#2) (Kevin Bond)
  • 4d59b3b [minor] adjust ci matrix (Kevin Bond)
  • 1651683 [minor] disable codecov pr annotations (Kevin Bond)
  • 9f6b010 [minor] update php-cs-fixer to v3 (Kevin Bond)
  • 5fe60ff [minor] adjust codecov threshold (Kevin Bond)

v0.2.1

19 Mar 19:32
64b6eb5
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • 64b6eb5 [bug] don't split output streams by default (Kevin Bond)

v0.2.0

19 Mar 18:55
9aecf59
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 9aecf59 [feature] access/assert against stderr output (Kevin Bond)
  • ae01bf0 [minor] refactor to run commands directly (instead of thru Application) (Kevin Bond)
  • 5584d4c [BC BREAK][minor] rename TestOutput to CommandResult (Kevin Bond)
  • 2487360 [minor] disabled secrets in test (Kevin Bond)
  • f6cc513 [minor] test verbosity (Kevin Bond)
  • bc2ac3a [minor] mark TestOutput::__construct() as internal (Kevin Bond)

v0.1.0

18 Mar 19:04
db404b3
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial pre-release.