v0.5.0
·
6 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor Changes
- #105
3f376e1Thanks @jacekradko! - Support package-scopedignoreSubpathsentries. A bare entry still applies to every configured package; an entry prefixed with a package name and#(the same separatoracknowledgedChangesuses) ignores the subpath only in matching packages, e.g."@clerk/astro#./env". Globs are accepted on both sides ("@clerk/*#./internal"), which goes beyondacknowledgedChanges, whose package part is matched exactly. Skip-reason warnings for unsnapshotable subpaths now name the exact scoped entry to copy. Entries starting with.keep their historical meaning byte-for-byte; the only reinterpreted shape is a non-dot entry containing#(e.g.**#./env), which previously matched a literal#inside an exports key and is now read as a scoped entry.