Skip to content

Releases: fastify/fastify-vite

v3.0.0-beta.24

16 Jul 05:56
Compare
Choose a tag to compare

v3.0.0-beta.23

29 May 02:48
Compare
Choose a tag to compare

v3.0.0-beta.22

25 May 12:44
Compare
Choose a tag to compare

v3.0.0-beta.21

19 May 15:06
Compare
Choose a tag to compare

v3.0.0-beta.20

19 May 01:41
Compare
Choose a tag to compare

v3.0.0-beta.19

17 May 09:25
d84e42d
Compare
Choose a tag to compare

This is the most stable, tested and documented beta release of fastify-vite v3 so far.

The only step left before the official release is to add tests covering all working examples.

See the new README for all information on this release.

v2.3.1

22 Nov 01:16
Compare
Choose a tag to compare

Patches

  • Preserve server SSR config when providing custom vite configuration d7518ec

v2.3.0

20 Nov 21:31
f1e9b7a
Compare
Choose a tag to compare

Breaking

  • fastify.vite.ready() now only awaits for Vite specifically, without also executing fastify.ready() also
  • fastify.vite.commands() introduced to replace the original behavior of fastify.vite.ready()

Note: Minor and major releases will always have a PR for reference.

v2.2.4

20 Nov 12:42
Compare
Choose a tag to compare

Patches

  • fix: exit with status code 0 (no errors) after build is done #40
  • bugfix: use 'fs/promises' and missing functions #41

Improvements

  • new release.mjs script to automate releases
  • minor improvement: reduce data manipulation #43

v2.2.3

11 Nov 07:58
Compare
Choose a tag to compare

Patches

  • Check if routes are provided at all in fastify-vite-react