v3.1.0
What's Changed
- Stop using zero installs by default for Yarn >2 by @justafish in #224
Updates the initially created.gitginore
- this will only show on new sites and existing ones will not have this change made for them - Specify prettier cache location to avoid secondary effects by @plopesc in #223
Existing sites should add.prettiercache
to their.gitignore
- Tugboat Integration by @justafish in #213
Sets Tugboat up and manages it's configuration based on the site's existing DDEV settings, seeREADME.md
for more information - Fix DDEV install GitHub Action by @justafish in #228
This error was introduced with the latest 1.22.0 DDEV release - Force to Use strict types in PHP code by @plopesc in #218
See https://architecture.lullabot.com/adr/20211201-use-strict-types-in-php-code/ - Upgrade Nightwatch and add a test for functional tests by @justafish in #221
Unfortunately Nightwatch is still broken for Yarn > 2 users until nightwatchjs/nightwatch#3793 is released
New Contributors
Full Changelog: v3.0.3...v3.1.0