Skip to content

Releases: beechit/json-to-code-climate-subset-converter

PHP8 support

02 Jul 06:52
831ac87
Compare
Choose a tag to compare

In this release:

  1. #39 by @ttomdewit with reviews from @ferrastas and @MarijnKoesen
  2. #40 by @ttomdewit

Improve Workflow Actions

28 Jun 08:59
40e1f08
Compare
Choose a tag to compare

In this (bug fix) release:

  1. #38 by @ferrastas

Use variable name in workflow task

28 Jun 06:59
e3acb7e
Compare
Choose a tag to compare

In this (bug fix) release:

  1. #37 by @ttomdewit

Improve Docker and test matrix

28 Jun 06:31
d6ebfef
Compare
Choose a tag to compare

Add option to fail with non-zero exit code when converting errors

09 Feb 10:51
9ead3a4
Compare
Choose a tag to compare

Add optional option to fail with no-zero exit code when errors were converted. This allows pipelines to fail so following jobs aren't queued. As per #19.

Add PHP-CS-Fixer support

09 Feb 08:09
53aa07c
Compare
Choose a tag to compare

Add support for PHP-CS-Fixer per #21.

Add Infection GitHub Action

07 Feb 04:58
f8cf1ed
Compare
Choose a tag to compare

Add GitHub Action that runs Infection, and add two new scripts to composer file #24

Drop support for PHP 7.2

07 Feb 03:16
4a20668
Compare
Choose a tag to compare

Dropped support for PHP 7.2 in GH Actions and composer.json #23

Fix bug where autoload.php file couldn't be found

05 Feb 12:22
3997029
Compare
Choose a tag to compare

Bugfix

Bugfix where autoload.php file couldn't be found. Refer to #20 for more details.

Official first release

05 Feb 11:46
ee6cb66
Compare
Choose a tag to compare

Official first release

After a lot of work and making sure test cover all existing paths (with PHPUnit and Infection) it's time to release a stable version. In the first release we support the following tools: phpstan, psalm, phan, phpcs, phplint. More tools will be added in future releases. In future releases we'll also dedicate time to make the code more resilient (think "better types").