Skip to content

Releases: torenware/vite-go

*Really* get the port right

23 Jul 22:45
Compare
Choose a tag to compare

The port is really 5173. Those responsible for the previous release have been sacked ;-)

Get Vite Dev Server Port Right

22 Jul 18:03
Compare
Choose a tag to compare

Corrected the Vite v3 port number to 5137.

Fixed Vite 2 support

17 Jul 16:51
Compare
Choose a tag to compare

Looks like I broke Vite 2 support. Fixed now.

Simplified Settings + Improved Test Program

17 Jul 14:49
Compare
Choose a tag to compare

Modified how some settings work; this is a breaking change. Should make it easier to access all of the assets needed for a production build.

Cross-framework Vite builds

16 Jul 23:53
Compare
Choose a tag to compare

Vite build and preview tested and work cross platform, with "smart settings"

Intelligent defaults for the dev server

16 Jul 19:31
Compare
Choose a tag to compare

The module now examines your javascript project's package.json file to set defaults for most configuration for the development server. If you don't modify vite.config.js, things may work reasonably right from the start w/o modifying vite-go's behavior.

Support for Vite 3

15 Jul 23:15
Compare
Choose a tag to compare

Update for Vite 3 compatibility, and "smart defaults" that adapt to which version of Vite you're using. Support for React 18 and Vite 3; may well work with other javascript projects Vite 3 supports.

Updates to sample program

25 Apr 17:36
Compare
Choose a tag to compare

Updates to the sample program to include React related features.

  • Documented the Platform tag and -platform flag.
  • Made -h behavior a bit more consistent.

Support for React hot loading

25 Apr 16:12
Compare
Choose a tag to compare

Added support for ReactJS development mode:

  • New Platform configuration option (vue|react|svelte).
  • RenderTags now adds React preamble code for env=development, platform=react.
  • Sample Program has new options to allow configuration specific to React.

Update the docs and bump the minor release number.

15 Apr 22:34
Compare
Choose a tag to compare

Bump the release to v0.2, and declare open season on the module!