Skip to content

Releases: code-lts/cli-tools

v1.5.0

18 Feb 20:36
v1.5.0
321f804
Compare
Choose a tag to compare

v1.4.0

24 Mar 01:23
v1.4.0
3eec659
Compare
Choose a tag to compare
  • Upgrade ondram/ci-detector to 4.0 (35f6a59)
  • Copy an upstream change, make the test suite run offline (99be1a7)
  • Apply wdes/coding-standard
  • Update .gitattributes to remove .editorconfig for releases

v1.3.1

29 Nov 20:14
v1.3.1
571dfb9
Compare
Choose a tag to compare
  • Fix RawTextErrorFormatter
  • Fix a PHP 8.0 unit test failing on a now uppercase letter

v1.3.0

29 Nov 17:45
v1.3.0
3e03576
Compare
Choose a tag to compare
  • Fix OutputFormat::checkOutputFormatIsValid
  • Add Utils::isCiDetected to detect CIs

v1.2.1

29 Nov 17:23
v1.2.1
ef02329
Compare
Choose a tag to compare
  • Fix and improve the wording of FormatNotFoundException message
  • Improve composer keywords
  • Improve README description line

v1.2.0

29 Nov 16:42
v1.2.0
7041966
Compare
Choose a tag to compare
  • Drop ERASE_TO_LINE_END_2 and ERASE_TO_LINE_END_1 constants from AnsiEscapeSequences because they where broken
  • Add ERASE_TO_LINE_END to AnsiEscapeSequences
  • Add ErrorFormatter\RawTextErrorFormatter that reflects a Doctum error output format
  • Add OutputFormat to handle the input/output user choice

v1.1.0

27 Nov 16:43
v1.1.0
184493d
Compare
Choose a tag to compare
  • Add isDecorated method on SymfonyOutput class and Output interface.
  • Fix missing strict_types on Error class
  • Add AnsiEscapeSequences to help with some often used sequences

v1.0.0

26 Nov 10:21
v1.0.0
4aeefec
Compare
Choose a tag to compare
  • Initial version with support for ErrorFormatter classes from phpstan and more classes
  • Fixed imported tests
  • Added GitHub actions
  • Added phpstan
  • Removed some useless imported code
  • Made the imported source code compatible with PHP 7.1