Skip to content

Releases: hmsk/vite-plugin-elm

v2.5.1

25 Nov 15:21
v2.5.1
bf2bba4
Compare
Choose a tag to compare

v2.5.0...v2.5.1

v2.5.0

17 Sep 06:36
v2.5.0
ad16284
Compare
Choose a tag to compare
  • Support optimize option which configures regardless of debug option
  • Update dev dependencies

v2.4.3...v2.5.0

Support vite 2.5

25 Aug 07:40
v2.4.3
Compare
Choose a tag to compare

v2.4.2...v2.4.3

v2.4.2

10 Jul 06:52
v2.4.2
900bcf3
Compare
Choose a tag to compare

Fix #41. Optimized build always crashes by having a different state structure from Debug build.

v2.4.1...v2.4.2

v2.4.1

04 Jul 22:02
v2.4.1
e682a55
Compare
Choose a tag to compare
  • Update devDependencies
  • Fix unintentional missing of dependencies per compilation error #36

Thanks for your contribution @icidasset @marc136

v2.4.0...v2.4.1

Run refreshing per initial state's update

20 Jun 08:03
v2.4.0
cd299b3
Compare
Choose a tag to compare
Kapture.2021-06-20.at.00.52.42.mp4

Now, vite-plujgin-elm lets vite refreshes the entire page when detecting initial state's update. Originally, HMR really wasn't care about this since HMR is focused on keeping current state on a swapped new build.

v2.3.1...v2.4.0

Fix HMR for .elm files in the outside of vite project dir

31 May 10:54
v2.3.1
47f6afd
Compare
Choose a tag to compare
  • Support HMR with .elm files in the outside of vite project dir
  • Fix unintentional ignoring of HMR after gets compilation error happened once
  • Setup Prettier, ESLint, GitHub Actions, Dependabot

v2.3.0...v2.3.1

Support { debug: boolean } option

26 May 08:34
v2.3.0
25ac7d0
Compare
Choose a tag to compare
  • Support { debug: boolean } to control debug mode forcibly #15

v2.2.0...v2.3.0

Show friendly error

18 May 04:51
v2.2.0
2271638
Compare
Choose a tag to compare
  • Throw exceptions of compilation errors with expecting Vite catches and show friendly error overlays
    • Thanks for your contribution, @FranzSkuffka! #12

image

v2.1.3...v2.2.0

v2.1.3

13 May 05:21
v2.1.3
4782864
Compare
Choose a tag to compare
  • Fix HMR problem on Elm app which uses Ports
  • Update devDependencies

v2.1.2...v2.1.3