Skip to content

Releases: cheeZery/depdoc

v4.0.3

06 Sep 06:01
793ca1c
Compare
Choose a tag to compare
  • Replace deprecated package for semantic versioning

v4.0.2

24 Feb 20:18
3f551f8
Compare
Choose a tag to compare
  • Preventing empty descriptions

v4.0.1 - Output formatters

24 Jan 14:29
ef357e8
Compare
Choose a tag to compare

Validate command now accepts format option to change its output style (either "default" or "junit"), thanks @reinfi! 🙏

v4.0.0

22 Mar 08:36
3d5c1e3
Compare
Choose a tag to compare
  • 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

30 Sep 13:35
038deeb
Compare
Choose a tag to compare
  • Allows next version of symfony console

v3.0

09 Jun 05:46
c868463
Compare
Choose a tag to compare
  • Adds support for NPM v7
  • Breaking change: only works with PHP 7.4 from now on

v2.5.1

01 Feb 09:51
d152e6f
Compare
Choose a tag to compare
  • Bug fix for handling locked versions in your DEPENDENCIES.md

v2.5

29 Jan 15:02
a5003d3
Compare
Choose a tag to compare
  • Minor bug fix

v2.4

04 Jan 07:51
7c07251
Compare
Choose a tag to compare

v2.3

17 Dec 13:22
7ad96aa
Compare
Choose a tag to compare
  • Improve generated DEPENDENCIES.md
    • Use correct headline levels
    • Remove consecutive empty lines
    • Prevent adding some empty lines
  • Improve determining Composer dependencies