Analizo
view release on metacpan or search on metacpan
CHANGELOG.md view on Meta::CPAN
- Depends on doxyparse 1.9.0 (provided by Alien::Doxyparse 0.17)
- Depends on DBI 1.635+
### Removed
- Drop YAML dependency, using YAML::XS instead
### Fixed
- Add samples to improve testcases for errors on YAML syntax
- Add freebsd support
* using shebang `/usr/bin/env perl` instead of `/usr/bin/perl`
* fixed args for manpage command line tool on freebsd
* documented steps on how to run testcases on freebsd
## [1.24.0] - 2020-04-15
### Changed
- Use local::lib on t/festures.t
- Depends on doxyparse 1.8.18 (provided by Alien::Doxyparse 0.16)
- Update copyright year 2014-2019
- Improve ACCM metric documentation
- Update bash completion script
- Use Digest::SHA instead of `sha1sum`
### Removed
- Removed Debian package source files
### Fixed
- Fix warnings about uninitialized value on tests
- Removed failing Parallelel unit testcase
- Fixed some spelling errors
- Fixed documentation about `--modules` param on `analizo graph`
- Fixed parsing method signature on newer doxyparse YAML output
- Fixed warning about Cucumber TestBuilder deprecation
- Declared requirement for Test::BDD::Cucumber::Harness::TAP
## [1.23.0] - 2019-08-10
### Added
- Added new tool files-graph to output graph among files in DOT format
- Add Ubuntu 16 install instructions on documentation
### Changed
- Depends on doxyparse 1.8.15 provided by Alien::Doxyparse 0.13
- Stores cache on distinct dirs for each Analizo version
- Improve ACC metric description on documentation
### Fixed
- Added test for void arguments on C code
- Fix tests to run on right place `t/samples/sample_basic/c/`
- Added missing prereq Graph::Writer::Dot as suggested by CPANTS
- Added atomated tests for httpd-2.4.38 errors
- Added samples for bug parsing kdelibs project
### Removed
- Removed the evolution-matrix visualization tool
- Removed the dsm visualization tool
## [1.22.0] - 2018-09-25
### Removed
- Removed global metric `total_eloc`
- Removed dependency for `sloccount` external tool
### Changed
- Development setup installs Doxyparse from latest source master branch
- Improved the performance for ACC metric calculation
### Fixed
- Update to the newer Doxyparse 1.8.14-7 (fix invalid YAML with "\" char)
- Invalid references to function
- Limit Doxyparse YAML output identifiers to 1024 chars
## [1.21.0] - 2018-04-30
### Added
- Added documentation about the meaning of 0 (zero) value for metrics
- Added documentation for C# language support
- Added tests for Java Enumerations and Java Generics with Wildcards<?>
- Added tests for Doxyparse bug parsing mlpack source-code
### Changed
- authors listed on 'Signed-off-by' added to AUTHORS file
- Improving performance by using module `YAML::XS` instead of `YAML`
- Improving performance avoid calculating `Graph` every time
### Deprecated
- Global metric `total_eloc` (Total Effective Lines of Code) is going to be removed next release
### Removed
- Removed dependency for module `Moo`
- Removed dependency for pragma `base`
### Fixed
- Fix documentation for LCOM4 metric
- Fix missing dependency for `Class::Inspector`
- Removing cache after every test execution
## [1.20.8] - 2018-03-23
### Added
- Auto generate META.json using dzil plugin MetaJSON
### Fixed
- Changed markdown syntax to fix pandoc html transforming
- Tests depends on File::Slurp
- Env::Path is required at runtime
### Removed
- Removed dependency for Method::Signatures
## [1.20.7] - 2018-02-07
### Changed
- Change development script to install CPAN modules without sudo.
### Fixed
- Fix tests to run under Perl located in different paths.
### Removed
- Removed external dependency for `man`.
( run in 2.454 seconds using v1.01-cache-2.11-cpan-56fb94df46f )