File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# simple-remote-ssh
22
3+ ## 0.1.3
4+
5+ ### Patch Changes
6+
7+ - 8a321a2: # 🧪 Test Infrastructure Improvements
8+
9+ ## ✅ Testing Enhancements
10+
11+ ### Complete Unit Test Suite
12+
13+ - ** SSH Host Types** : Comprehensive type validation tests
14+ - ** Config Management** : Full coverage for host CRUD operations
15+ - ** Environment Isolation** : Fixed test interference issues
16+
17+ ### Development Experience
18+
19+ - ** Build-free Testing** : Direct TypeScript execution with ` tsx `
20+ - ** Fast Feedback** : No compilation step needed for unit tests
21+ - ** Reliable Tests** : All 15 tests passing consistently
22+
23+ ### Technical Improvements
24+
25+ - ** Environment Isolation** : Fixed config path resolution for test independence
26+ - ** Test Reliability** : Each test runs in isolated temporary directory
27+ - ** Better Assertions** : More flexible and accurate test validations
28+
29+ ## 🛠️ Infrastructure
30+
31+ - Added Vitest configuration with TypeScript support
32+ - Configured test scripts for different scenarios
33+ - Added comprehensive test fixtures and utilities
34+
35+ This release improves development workflow and code quality without changing user-facing functionality.
36+
337## 0.1.2
438
539### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-remote-ssh" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Simple and convenient SSH connection CLI tool" ,
55 "author" : " minchodang <minsu910725@gmail.com>" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments