Releases: Eptagone/Vite.AspNetCore
Releases · Eptagone/Vite.AspNetCore
v1.10 Vite.AspNetCore
- New validations for the Launch Manager
- Added new methods to the Manifest service
Full Changelog: v1.9.3...v1.10
v1.9.3 Vite.AspNetCore
Path fixes
Full Changelog: v1.9.2...v1.9.3
v1.9.2 Vite.AspNetCore
What's Changed
- Combine relative PackageDirectory path with the ContentRootPath in #45. Thanks @jdryden572
New Contributors
- @jdryden572 made their first contribution in #45
Full Changelog: v1.9.1...v1.9.2
v1.9.1 Vite.AspNetCore
What's Changed
- Examples and documentation updated
- Ensure consistent path separators in #43. Thanks @frisksitron
Full Changelog: v1.9...v1.9.1
v1.9 Vite.AspNetCore
- AutoRun Feature: The Vite development server no longer keeps running after the application is stopped
Full Changelog: v1.8.1...v1.9
v1.8.1 Vite.AspNetCore
What's Changed
Full Changelog: v1.8...v1.8.1
v1.8.0 Vite.AspNetCore
What's Changed
- Allow scripts directory to be specified. Thanks @frisksitron
- Improve HttpClient Usage in Middleware. Thanks @orialmog
- Forward query params to dev server. Thanks @mattwcole
New Contributors
- @frisksitron made their first contribution in #33
- @orialmog made their first contribution in #34
- @mattwcole made their first contribution in #35
Full Changelog: v1.7.1...v1.8
v1.7.1 Vite.AspNetCore
What's Changed
- fix: pass HTTP "Accept" header to enable Vite rewriting #31 in #32. Thanks @triforcely
New Contributors
- @triforcely made their first contribution in #32
Full Changelog: v1.7...v1.7.1
v1.7.0 Vite.AspNetCore
- Support for custom host. Thanks @bbrandt
- Support for custom output directories.
- Configuration options can now be specified from the code.
v1.6.2 Vite.AspNetCore
Default options for ViteManifest fixed