Releases: Phauthentic/cognitive-code-analysis
Releases · Phauthentic/cognitive-code-analysis
1.0.0-rc3
What's Changed
- Refactoring to an event based system by @floriankraemer in #12
- Adding the delta to the reports by @floriankraemer in #13
Full Changelog: 1.0.0-rc2...1.0.0-rc3
1.0.0
First stable release
- The command was rename to be more simple, you can now simply run the analysis via
bin/phpcca analyse src/
. It also follows the naming pattern of some of the analysis tools. - File, class and method exclusion is implemented via config file.
- Change your metric calculation threshold and scale via config.
If you find any bugs or have feature requests, please let me know!
Full Changelog: 1.0.0-rc3...1.0.0
1.0.0-rc2
What's Changed
- Added debug output, optimized performance by @floriankraemer in #8
- Added class and method exclusion by regex by @floriankraemer in #9
- Removing Halstead metrics by @floriankraemer in #10
- Fixes and config refactoring by @floriankraemer in #11
Full Changelog: 1.0.0-rc1...1.0.0-rc2
1.0.0-rc1
What's Changed
- Refactoring the baseline code, fixed the bin (#6) by @floriankraemer in #7
Full Changelog: 1.0.0-beta3...1.0.0-rc1
1.0.0-beta3
What's Changed
- Refactoring Config, Adding Baseline by @floriankraemer in #4
Full Changelog: 1.0.0-beta2...1.0.0-beta3
1.0.0-beta2
- Refactored the table renderer
- Fixed a minor issue in the method data collection
1.0.0-beta1
Initial Release, expect bugs :)
The projects features Cognitive Analysis and Halstead Analysis.