Releases: innocenzi/laravel-vite
Releases · innocenzi/laravel-vite
0.1.22
What's Changed
- fix!: rename environment variables to not start with
VITE_
by @innocenzi in 68c1c86
This release will break your certificates, you need to update VITE_DEV_KEY
to DEV_SERVER_KEY
and VITE_DEV_CERT
to DEV_SERVER_CERT
in your environment file if you are using https
locally.
Full Changelog: 0.1.21...0.1.22
0.1.21
0.1.20
What's Changed
- feat: generate tags using custom logic by @innocenzi in #169
Full Changelog: 0.1.19...0.1.20
0.1.19
What's Changed
- feat: allow for command arguments by @innocenzi in #161
- feat: support guzzle 6 by @rogatty in #162
- feat: add
facade/ignition-contracts
by @innocenzi in 928a32f
New Contributors
Full Changelog: 0.1.18...0.1.19
0.1.18
What's Changed
- fix: improve entrypoints finder by @innocenzi in #159
- feat: support non-script entrypoints via custom manifest by @Monkatraz in #156
New Contributors
- @Monkatraz made their first contribution in #156
Full Changelog: 0.1.17...0.1.18
0.1.17
0.1.16
What's Changed
- feat: add Ignition solutions to exceptions by @innocenzi in #143
Full Changelog: 0.1.15...0.1.16
0.1.15
What's Changed
- fix: allow passing no arguments to
.withValetCertificates()
by @bakerkretzmar in #138 - feat: allow exporting configuration with
vite:config --export=/path/to/config
in e763c71
New Contributors
- @bakerkretzmar made their first contribution in #138
Full Changelog: 0.1.14...0.1.15