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,20 @@ 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.0] - 2025-10-05
9+
10+ ### Added
11+
12+ - Added ` isolatePackage ` test helper for creating isolated package test environments
13+ - Added support for testing local development packages in addition to socket-registry packages
14+
15+ ### Changed
16+
17+ - Renamed ` setupPackageTest ` to ` isolatePackage ` for clearer intent
18+ - Refactored ` installPackageForTesting ` to accept explicit ` sourcePath ` and ` packageName ` parameters
19+ - Simplified package installation logic by removing path detection from low-level function
20+ - Consolidated ` setupPackageTest ` and ` setupMultiEntryTest ` into single ` isolatePackage ` function with options
21+
822## [ 1.4.6] - 2025-10-05
923
1024### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/registry" ,
3- "version" : " 1.4.6 " ,
3+ "version" : " 1.5.0 " ,
44 "license" : " MIT" ,
55 "description" : " Socket.dev registry helpers methods and metadata" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments