Releases: andrey-tech/pdepend-summary-formatter-php
Releases · andrey-tech/pdepend-summary-formatter-php
v1.2.3
v1.2.2
Changelog
- 🐛 Fix typos in default config file.
v1.2.1
Changelog
- 🧹 Improve configs.
v1.2.0
Change log
- 🔥Add option
--ignore-red-metrics-on-exit. - 🔥Add option
--ignore-yellow-metrics-on-exit. - 🧹Fix README.md.
v1.1.7
Changelog
- Add support for Symfony ^7.1.
- Add "yellow" boundary for Crap0 metric (30).
- Update documentation.
v1.1.6
Changelog
- Improve "yellow" boundary of Halstead
hdmetric (15->20).
v1.1.5
Changelog
- Improve "red" boundaries for some Halstead metrics.
v1.1.4
Changelog
- Refactoring.
v1.1.3
Changelog
- fix
mimetrics of project; - change "red" boundaries for metrics:
npm,hvandhe.
v1.1.2
Changelog
- fix config YAML file extension (
.yml); - update
README.md.