Releases: cheeZery/depdoc
Releases · cheeZery/depdoc
v4.0.3
- Replace deprecated package for semantic versioning
v4.0.2
- Preventing empty descriptions
v4.0.1 - Output formatters
Validate command now accepts format
option to change its output style (either "default" or "junit"), thanks @reinfi! 🙏
v4.0.0
- A lot of improvements under the hood (thanks a lot, @alexdo), e.g. GitHub Action, and a updates of several used packages
- This may cause some breaking changes, hence the new major release
- When using NPM 8.0+, the description for your packages is finally back (also thanks to @alexdo)
v3.0.1
- Allows next version of symfony console
v3.0
- Adds support for NPM v7
- Breaking change: only works with PHP 7.4 from now on
v2.5.1
- Bug fix for handling locked versions in your DEPENDENCIES.md
v2.3
- Improve generated DEPENDENCIES.md
- Use correct headline levels
- Remove consecutive empty lines
- Prevent adding some empty lines
- Improve determining Composer dependencies