Skip to content

Releases: Eptagone/Vite.AspNetCore

v1.10 Vite.AspNetCore

16 Sep 22:18
Compare
Choose a tag to compare
  • 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

13 Aug 00:13
Compare
Choose a tag to compare

Path fixes

Full Changelog: v1.9.2...v1.9.3

v1.9.2 Vite.AspNetCore

12 Aug 13:32
d0c7dfa
Compare
Choose a tag to compare

What's Changed

  • Combine relative PackageDirectory path with the ContentRootPath in #45. Thanks @jdryden572

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1 Vite.AspNetCore

11 Aug 22:11
Compare
Choose a tag to compare

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

29 Jul 21:15
Compare
Choose a tag to compare
  • 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

29 Jul 18:40
Compare
Choose a tag to compare

What's Changed

  • Forgotten 'using' statement for HttpClient by @orialmog in #38

Full Changelog: v1.8...v1.8.1

v1.8.0 Vite.AspNetCore

09 Jul 04:28
Compare
Choose a tag to compare

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

Full Changelog: v1.7.1...v1.8

v1.7.1 Vite.AspNetCore

25 Jun 23:51
Compare
Choose a tag to compare

What's Changed

  • fix: pass HTTP "Accept" header to enable Vite rewriting #31 in #32. Thanks @triforcely

New Contributors

Full Changelog: v1.7...v1.7.1

v1.7.0 Vite.AspNetCore

11 Jun 19:35
Compare
Choose a tag to compare
  • 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

25 May 03:46
Compare
Choose a tag to compare

Default options for ViteManifest fixed