Releases: torenware/ddev-viteserve
Improve iteractivity at install time
Make sure the add-on is easily updatable
Turns out that in order for ddev get
to update a file from an add-on, the file requires the line #ddev-generated
. This is the first release where all of the required files have this signature.
Test cleanup and support for local test runs on MacOS
Cleanup of test code and support for local test runs under MacOS
Laravel related updates
Custom handling for Laravel 9 and auto-detection of package manager, with UI to request a choice if this can not be auto-configured.
Documentation updates
Doc tweaks and tests for making the package manager configurable.
FAQ + Laravel tips
New FAQ, including tips on using the add-on with the official Laravel Vite integration.
Updated tests cover release versions
Additional tests from install-from-directory added to the release tests as well.
Allow users to change the port assignments for Vite
We stamp env settings into a .env file (appending if it exists) and use these in the master settings file docker-compose.viteserve.yaml.
Simplified tests and coded for bats transparency
Getting tests to run more reliably
vite mock take 2
Using improved netcat calls to create a listener and detect a listener in bats tests.