File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.5.1] - 2025-10-05
9+
10+ ### Changed
11+
12+ - Removed ` dependencies/index ` barrel file to prevent eager loading of all dependency modules
13+ - Updated imports in ` fs ` , ` spawn ` , and ` prompts ` modules to use specific dependency modules instead of index barrel
14+
15+ ### Fixed
16+
17+ - Fixed isolation module test for scoped packages to correctly navigate temp directory structure
18+
819## [ 1.5.0] - 2025-10-05
920
1021### Added
@@ -19,12 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1930- Refactored ` installPackageForTesting ` to accept explicit ` sourcePath ` and ` packageName ` parameters
2031- Simplified package installation logic by removing path detection from low-level function
2132- Consolidated ` setupPackageTest ` and ` setupMultiEntryTest ` into single ` isolatePackage ` function with options
22- - Removed ` dependencies/index ` barrel file to prevent eager loading of all dependency modules
23- - Updated imports in ` fs ` , ` spawn ` , and ` prompts ` modules to use specific dependency modules instead of index barrel
24-
25- ### Fixed
26-
27- - Fixed isolation module test for scoped packages to correctly navigate temp directory structure
2833
2934## [ 1.4.6] - 2025-10-05
3035
You can’t perform that action at this time.
0 commit comments