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

Releases: cloak-php/cloak

Support the PHP7

04 Dec 02:25
Compare
Choose a tag to compare
  • Support the PHP7
  • Fix warning message

1.7.0 release

07 Mar 07:17
Compare
Choose a tag to compare

1.5.0 release

11 Feb 08:41
Compare
Choose a tag to compare
  • 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

03 Jan 14:03
Compare
Choose a tag to compare
  • FIX Zero division warning
  • Exclude trait method of result from TreeReporter

1.4.1 release

26 Nov 03:06
Compare
Choose a tag to compare
  • Zend EventManager to PHPExtra/EventManager

1.4.0 release

16 Nov 13:07
Compare
Choose a tag to compare
  • Support TreeReporter
  • Support TOML configuration file

1.3.2.4

23 Sep 09:44
Compare
Choose a tag to compare
  • Add MarkdownReporter from cloak/markdown-reporter:1.0.2

1.3.2.3

23 Sep 09:40
Compare
Choose a tag to compare
  • Add LcovReporter from cloak/lcov-reporter:1.1.4