What's Changed
- docs: env-file mode is selected by --env/APP_ENV, not NODE_ENV by @colinhacks in #353
- feat(linker): collective hidden tree as the sole phantom mechanism under GVS (replaces per-importer hoist) + flatten Materialization by @colinhacks in #352
- feat(env): remove --env flag; mode is APP_ENV only; --env-file repeatable (last-wins) by @colinhacks in #354
- feat(pm): accept
update <pkg>@<version>andadd --lockfile-only(pnpm-compat) by @colinhacks in #355 - fix(env): ignore process-control vars (NODE_OPTIONS, ...) from .env files, matching Deno by @colinhacks in #356
- tests(framework-matrix): official create-*-driven full-lifecycle GVS harness by @colinhacks in #357
- pm: rename project-local virtual store to node_modules/.store by @colinhacks in #358
- fix(pm): scan warm-cached phantom packages on-demand at link time (GVS) by @colinhacks in #359
- v0.4.1 by @colinhacks in #361
Full Changelog: v0.4.0...v0.4.1