Skip to content

Releases: voidzero-dev/vite-plus

vite-plus v0.1.19-alpha.0

16 Apr 14:00
Immutable release. Only release title and notes can be modified.
b9d218a

Choose a tag to compare

Pre-release

vite-plus v0.1.19-alpha.0

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.19-alpha.0 bash

Windows:

\$env:VP_VERSION=\"0.1.19-alpha.0\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: b9d218a

vite-plus v0.1.18

15 Apr 06:21
Immutable release. Only release title and notes can be modified.
6e06c17

Choose a tag to compare

vite-plus v0.1.18

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

What's Changed

  • feat(check): support --no-error-on-unmatched-pattern for fmt and lint by @fengmk2 in #1354

Full Changelog: v0.1.17...v0.1.18

vite-plus v0.1.18-alpha.0

15 Apr 05:46
Immutable release. Only release title and notes can be modified.
40a47e5

Choose a tag to compare

Pre-release

vite-plus v0.1.18-alpha.0

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.18-alpha.0 bash

Windows:

\$env:VP_VERSION=\"0.1.18-alpha.0\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: 40a47e5

vite-plus v0.1.17 — Windows installer, Nushell, and safer upgrades

15 Apr 03:15
Immutable release. Only release title and notes can be modified.
e159b84

Choose a tag to compare

Broader platform reach with a standalone Windows installer and Nushell shell support.

Highlights

  • Windows .exe installer — standalone vp-setup.exe now shipped as release asset for fully offline-friendly Windows installs (#1293)
  • Nushell support — new env.nu wrapper makes vp env work natively in Nushell (#1312)
  • Node.js compatibility guardvp now blocks execution on incompatible Node.js versions instead of failing opaquely (#1360)
  • Safer global install & vp upgrade — hardened trampoline regeneration and overall upgrade path to avoid leaving partial installs behind (#1338, #1369)
  • Cached vp check — task runner now caches vp check output for faster repeat runs (#1328)

Features

  • Add standalone Windows .exe installer (vp-setup.exe) (#1293) — @fengmk2
  • Add Nushell support via env.nu wrapper (#1312) — @naokihaba
  • Set npm.scriptRunner to vp in vp create scaffolds (#1346) — @jong-kyung
  • Block vp commands when Node.js version is incompatible (#1360) — @liangmiQwQ
  • Add vp node shorthand for vp env exec node (#1359) — @fengmk2
  • Upgrade upstream toolchain — vite 8.0.8, vitest 4.1.4, rolldown 1.0.0-rc.15, tsdown 0.21.8, oxlint 1.60.0, oxfmt 0.45.0, oxc 0.124.0 (#1334, #1341, #1352, #1375) — @Brooooooklyn

Fixes & Enhancements

  • Add vp create e2e tests and fix yarn/bun migration bugs (#1317) — @fengmk2
  • Resolve bin/oxfmt the same way as oxlint (#1326) — @leaysgur
  • Enable cache support for vp check in task runner (#1328) — @fengmk2
  • Consolidate agent instructions (#1340) — @cpojer
  • Safer Vite+ global install and vp upgrade flow (#1338) — @kazupon
  • Auto-fix git symlinks when core.symlinks is false (#1353) — @T4ko0522
  • Add env.VP_VERSION for oxlint and oxfmt (#946) — @leaysgur
  • Retry pnpm dedupe --check in CI to handle non-deterministic resolution (#1365) — @fengmk2
  • Filter KeyEventKind on Windows so arrow-key navigation works correctly (#1362) — @fengmk2
  • Remove unnecessary quotes from vitest-dev override in upgrade script (#1368) — @fengmk2
  • Regenerate all trampoline .exe files after upgrade (#1369) — @fengmk2
  • Reject non-semver package manager versions during install (#1386) — @fengmk2, reported by @Jvr2022

Refactor

Docs

Chore

  • Use vp check instead of vp fmt && vp lint in monorepo template (#1339) — @fengmk2
  • Renovate: ignore oxc/oxfmt/oxlint/tsgolint updates (#1372) — @camc314
  • Update crate-ci/typos action to v1.45.1 (#1376) — @renovate[bot]

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

Upgrade:

vp upgrade

New Contributors

Welcome to all new contributors! 🎉

@T4ko0522

Full Changelog: v0.1.16...v0.1.17

vite-plus v0.1.17-alpha.5

14 Apr 09:33
Immutable release. Only release title and notes can be modified.
48e49ca

Choose a tag to compare

Pre-release

vite-plus v0.1.17-alpha.5

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.17-alpha.5 bash

Windows:

\$env:VP_VERSION=\"0.1.17-alpha.5\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: 48e49ca

vite-plus v0.1.17-alpha.4

13 Apr 09:11
Immutable release. Only release title and notes can be modified.
a5fca7d

Choose a tag to compare

Pre-release

vite-plus v0.1.17-alpha.4

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.17-alpha.4 bash

Windows:

\$env:VP_VERSION=\"0.1.17-alpha.4\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: a5fca7d

vite-plus v0.1.17-alpha.3

12 Apr 12:25
Immutable release. Only release title and notes can be modified.
a94deea

Choose a tag to compare

Pre-release

vite-plus v0.1.17-alpha.3

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.17-alpha.3 bash

Windows:

\$env:VP_VERSION=\"0.1.17-alpha.3\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: a94deea

vite-plus v0.1.17-alpha.2

11 Apr 07:41
Immutable release. Only release title and notes can be modified.
2703014

Choose a tag to compare

Pre-release

vite-plus v0.1.17-alpha.2

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.17-alpha.2 bash

Windows:

\$env:VP_VERSION=\"0.1.17-alpha.2\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: 2703014

vite-plus v0.1.17-alpha.1

08 Apr 15:19
Immutable release. Only release title and notes can be modified.
ba538e1

Choose a tag to compare

Pre-release

vite-plus v0.1.17-alpha.1

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.17-alpha.1 bash

Windows:

\$env:VP_VERSION=\"0.1.17-alpha.1\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: ba538e1

vite-plus v0.1.17-alpha.0

08 Apr 03:05
Immutable release. Only release title and notes can be modified.
29f821e

Choose a tag to compare

Pre-release

vite-plus v0.1.17-alpha.0

Published Packages

Installation

macOS/Linux:

curl -fsSL https://vite.plus | VP_VERSION=0.1.17-alpha.0 bash

Windows:

\$env:VP_VERSION=\"0.1.17-alpha.0\"; irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: 29f821e