Dash Docset Builder Versions Save

Dash Docset Builder in PHP. 📂️

3.0.1

1 year ago
  • bump composer packages

3.0.0

2 years ago
  • add support for PHP8.1
  • drop support for PHP7.4, 7.3

2.0.0

3 years ago
  • add support for PHP8.0
  • drop PHP7.2 and 7.3
  • upgrade a couple of thousands of millions of composer packages

bumped the major number because the dash-docset-builder tool is not installed from within a project, it is the project itself. therefore users will call composer require godbout/dash-docset-builder, and composer will write a composer.json with a major and minor number like ^2.0. if i just bump the minor number, like from 1.1.x to 1.2.x, one day the user might run a composer update that might break if they haven't themselves defined a php requirement in the composer.json. this is usually fine when we're dealing with packages within a project (and we can bump only the minor number in this case), but users of dash-docset-builder should never have to touch the composer.json. by bumping the major number, we avoid breakage. to upgrade to a new breakable version, the user will have to update the composer.json. when bumping the minor instead, the opposite usually happens. breakage appears when upgrading, and the user has to fix their composer.json (by adding a php requirement, or fixing the version required).

1.1.0

3 years ago
  • update to Laravel Zero 8.0
  • official dropping PHP 7.2

1.0.0

3 years ago
  • first release as a package composer

composer require godbout/dash-docset-builder ^1.0

dash-docset new my-docset

🚀️