v1.0.6 - 2024-11-12
- Replace dead link in Security Policy by @Jubeki in #300
- Look for certificates in valet linux config directory by @jameshulse in #307
v1.0.5 - 2024-07-09
- TypeScript: define entrypoints using object by @tylerlwsmith in #298
v1.0.4 - 2024-05-17
- Include base in hotFile without modifying server.origin replacement by @danielztolnai in #296
v1.0.3 - 2024-05-16
- Append base to hot file by @timacdonald in #290
- Support Laravel Herd for windows by @mozex in #293
v1.0.2 - 2024-02-28
- [1.x] Fix HMR issue when
resources/lang
directory doesn't exist and a symlink is present in the root directory by @jessarcher in #285
v1.0.1 - 2023-12-27
- [1.x] Simpler conditional by @Jubeki in #273
- [1.x] Account for imported CSS files while cleaning by @timacdonald in #275
- [1.x] Fix exit error messages by @timacdonald in #276
v1.0.0 - 2023-12-19
- [1.0] Drop CJS build and export types first by @benmccann in #235
- [1.x] Introduce
clean-orphaned-assets
binary by @timacdonald in #251 - [0.8.x] Respect vite server.origin in viteDevServerUrl by @nurdism in #255
- [1.x] Vite 5 by @timacdonald in #269
- [0.8.x] Fallback pages by @timacdonald in #271
- [1.x] Auto detect Valet / Herd TLS certificates by @timacdonald in #180
v0.8.1 - 2023-09-26
- [0.8] Fix issue with
0.0.0.0
network resolution by @timacdonald in #241 - Upgrade vitest by @sapphi-red in #246
v0.8.0 - 2023-08-08
- fix: compile error following upgrade.md's vite to mix guide by @AshboDev in #231
- Support Laravel Herd by @claudiodekker in #233
v0.7.8 - 2023-05-24
- Ensure 'node' has a fallback type when working with static import linters by @timacdonald in #227
v0.7.7 - 2023-05-16
v0.7.6 - 2023-05-10
- Polyfill import.meta.url for CJS builds by @timacdonald in #217
v0.7.5 - 2023-05-09
- Build MJS and CJS versions of the plugin by @timacdonald in #189
v0.7.4 - 2023-02-07
- Provide hook to access dev url while transforming by @timacdonald in #195
v0.7.3 - 2022-12-20
- Update package.json to use vite 4 compatible vite-plugin-full-reload by @iquad in #186
- Respects users base config option by @timacdonald in #188
v0.7.2 - 2022-12-15
- Adds Vite 4 support in #179
v0.7.1 - 2022-11-21
- Fix node type issue by @timacdonald in #166
v0.7.0 - 2022-10-25
- Respect user manifest config by @jessarcher in #150
- Support loading certificates from environment variables by @innocenzi in #151
- Fix colors by @timacdonald in #154
v0.6.1 - 2022-09-21
- Fail running HMR in known environments by @timacdonald in #128
- Do not inline small assets, by default by @timacdonald in #131
- Add
lang
directories to default refresh paths by @fabio-ivona in #135 - Add config option to utilise Valet TLS certificates by @timacdonald in #129
- Ensure custom 404 page shows after server restarts by @timacdonald in #141
v0.6.0 - 2022-08-25
- Support customising hot file / build path by @timacdonald in #118
v0.5.4 - 2022-08-16
- Allow chosing different env files by @LucdoOf in #113
v0.5.3 - 2022-08-04
- Support both string and integer based IP versions by @timacdonald in #108
v0.5.2 - 2022-07-22
No major changes.
v0.5.1 - 2022-07-22
- Do not externalise inertia helpers by @timacdonald in #95
- Prevent console warning when Vite pings HMR by @jessarcher in #98
- Use HMR port when specified by @guilheb in #63
v0.5.0 - 2022-07-19
- Vite 3 support by @timacdonald in #77
v0.4.0 - 2022-07-13
- Help users that visit the Vite dev server directly by @jessarcher in #57
- Change default SSR build directory by @jessarcher in #70
Initial pre-release.