Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 2.08 KB

Changelog

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

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)