Skip to content

Releases: torenware/ddev-viteserve

Improve iteractivity at install time

12 Oct 19:33
b79989b
Compare
Choose a tag to compare

Make sure we can interactively choose how we handle .env files.

Make sure the add-on is easily updatable

11 Oct 19:05
Compare
Choose a tag to compare

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

10 Oct 02:19
Compare
Choose a tag to compare

Cleanup of test code and support for local test runs under MacOS

Laravel related updates

08 Oct 22:23
eab0c78
Compare
Choose a tag to compare

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

08 Aug 23:50
Compare
Choose a tag to compare

Doc tweaks and tests for making the package manager configurable.

FAQ + Laravel tips

08 Aug 05:15
Compare
Choose a tag to compare

New FAQ, including tips on using the add-on with the official Laravel Vite integration.

Updated tests cover release versions

01 Aug 20:30
Compare
Choose a tag to compare

Additional tests from install-from-directory added to the release tests as well.

Allow users to change the port assignments for Vite

27 Jul 19:00
Compare
Choose a tag to compare

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

27 Jul 05:37
Compare
Choose a tag to compare

Getting tests to run more reliably

vite mock take 2

13 Jul 16:42
Compare
Choose a tag to compare
vite mock take 2 Pre-release
Pre-release

Using improved netcat calls to create a listener and detect a listener in bats tests.