Skip to content

Releases: jctaoo/elecrun

v2.4.8

05 Sep 05:29
06271f3

Choose a tag to compare

What's Changed

  • Add support for reading the project name from the user's package.json and including it in the output package.json. This allows the userData path to be distinguished between different projects.

Full Changelog: v2.4.7...v2.4.8

v2.4.7

29 Aug 14:30
ffda96f

Choose a tag to compare

Full Changelog: v2.4.6...v2.4.7

Bug Fixes

  • Fix project execution on unix system.

v2.4.6

25 Aug 23:40

Choose a tag to compare

Full Changelog: v2.4.5...v2.4.6

Bug Fixes

  • Fix project execution on Windows when no custom Vite config file is provided.
  • Fix issue where console functions in user projects were incorrectly filtered out by removeJunkTransformOptions due to misuse of stream.TransformOptions (see removeJunkTransformOptions change)

v2.4.5

24 Aug 23:50

Choose a tag to compare

Full Changelog: v2.4.3...v2.4.5

2.4.5 (2025-08-24)
Bug Fixes
Fix the dynamic import will throw error on windows. (fallback to require)
2.4.4 (2025-08-24)
Updates
Update vite version to latest. (v7.1.3)
Update a series of dependencies.
Migrate yarn to pnpm.

Notes

v2.4.5 fix a bug on windows in v2.4.4, do not use v2.4.4

v2.4.0

26 Aug 16:33

Choose a tag to compare

From version 2.4.0, using package elecrun instead of elecrun.

Features

  • Rename npm package to elecrun.
  • Add options --esm.

v2.3.1

13 Apr 02:02

Choose a tag to compare

Features

  • #60: Support custom esbuild config by option --esbuild-config-file(doc).
  • #45: Migrate chalk to colorette.

2.2.0

11 Aug 10:16

Choose a tag to compare

  • Add the –-clean-cache options to control whether the cache needs to be cleared while running elecrun dev (#42)

v2.0.1

10 Apr 14:51

Choose a tag to compare

Support main process entry path argument and vite root dir option.

v2

05 Apr 08:12

Choose a tag to compare

v2
v2.0.0

chore(release): 2.0.0