Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 2.96 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.3 (2024-08-27)

Features

  • fix preload scripts in build phase and support esm option.

2.4.2 (2024-08-27)

2.4.1 (2024-08-27)

Features

  • Fix the behavior of building prelaod script, now this building phase of preload script is standlone.

2.4.0 (2024-08-26)

Features

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

2.3.1 (2022-04-13)

Features

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

2.2.0 (2021-08-08)

Features

  • dev: add --clean-cache option (b805138), closes #42

2.1.0 (2021-08-08)

Features

  • dev: add --clean-cache option (b805138), closes #42

2.0.1 (2021-04-10)

Features

  • support main process entry path argument and vite root dir option (a5d4caf)

2.0.0 (2021-04-05)

Features

  • add prompt when need rerun electron (cedfe2b)
  • support run main process without tsconfig by write default one (be77c00)
  • support run renderer process without vite config by write default one (0bb746b)
  • using csp (f7d2ec4)
  • esbuild.ts: support ELectron prelaod (df5833e)
  • src/commands/build: add Build Command (9ac39c5)
  • src/commands/clean: add Clean Command (ccb474f)