Skip to content

Commit f6f982d

Browse files
committed
Add 1.5.1 changelog entry for dependency import optimization
1 parent 0ebd66b commit f6f982d

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

registry/CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

0 commit comments

Comments
 (0)