Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Releases: cloak-php/cloak

Support the PHP7

Choose a tag to compare

@holyshared holyshared released this 04 Dec 02:25
  • Support the PHP7
  • Fix warning message

1.7.0 release

Choose a tag to compare

@holyshared holyshared released this 07 Mar 07:17

1.5.0 release

Choose a tag to compare

@holyshared holyshared released this 11 Feb 08:41
  • Remove Analyzer::factory method
  • Support init event for reporter
  • Changed the format of the configuration file.
    • Added the report section

      [report]
      reportDirectory = "./tmp"
      
      [report.coverageBounds]
      satisfactory = 70.0
      critical = 35.0
    • Removed the option of text reporter and tree reporter.

      • Removed critical option
      • Removed satisfactory option
    • Changed the outputFilePath of lcov reporter and markdown reporter to fileName.

1.4.3 release

Choose a tag to compare

@holyshared holyshared released this 03 Jan 14:03
  • FIX Zero division warning
  • Exclude trait method of result from TreeReporter

1.4.1 release

Choose a tag to compare

@holyshared holyshared released this 26 Nov 03:06
  • Zend EventManager to PHPExtra/EventManager

1.4.0 release

Choose a tag to compare

@holyshared holyshared released this 16 Nov 13:07
  • Support TreeReporter
  • Support TOML configuration file

1.3.2.4

Choose a tag to compare

@holyshared holyshared released this 23 Sep 09:44
  • Add MarkdownReporter from cloak/markdown-reporter:1.0.2

1.3.2.3

Choose a tag to compare

@holyshared holyshared released this 23 Sep 09:40
  • Add LcovReporter from cloak/lcov-reporter:1.1.4