Skip to content

Commit 8ac0f84

Browse files
committed
docs: update changelog for v1.0.4
1 parent c2719b0 commit 8ac0f84

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.4] - 2025-12-22
9+
10+
### Changed
11+
12+
- Updated production dependencies
13+
- `fs-extra` from 11.3.2 to 11.3.3
14+
- Updated development dependencies
15+
- `@types/node` from 25.0.2 to 25.0.3
16+
- `typescript-eslint` from 8.49.0 to 8.50.0
17+
- `vitest` updated to latest
18+
819
## [1.0.3] - 2025-12-15
920

1021
### Changed
@@ -57,6 +68,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5768
- **CI/CD workflows**: GitHub Actions for quality checks and publishing
5869
- **Dynamic version resolution**: No hardcoded dependency versions
5970
- **Centralized messages**: All user-facing messages in `src/messages.ts` for maintainability
71+
72+
## [1.0.0] - 2025-12-01
73+
74+
### Added
75+
76+
- **Interactive CLI** with prompts for tool selection
77+
- **Quick modes**: `--yes` (all tools) and `--default` (sensible defaults)
78+
- **Modern TypeScript config**: ESNext target, NodeNext modules with ESM
79+
- **Tool integrations**:
80+
- ESLint with flat config (modern, non-deprecated)
81+
- TypeScript ESLint v8+ (unified `typescript-eslint` package)
82+
- Prettier with latest defaults (trailingComma: "all", printWidth: 80)
83+
- Husky pre-commit hooks with lint-staged
84+
- nodemon for dev auto-reload
85+
- **Auto-generated README.md**: Adapts to selected tools with usage instructions
86+
- **Git initialization** with optional first commit
87+
- **Package manager detection**: npm, yarn, pnpm
88+
- **Comprehensive test suite**: 39 tests with Vitest (unit, integration, e2e, messages)
89+
- **Complete documentation**: README and CONTRIBUTING guides
90+
- **CI/CD workflows**: GitHub Actions for quality checks and publishing
91+
- **Dynamic version resolution**: No hardcoded dependency versions
92+
- **Centralized messages**: All user-facing messages in `src/messages.ts` for maintainability
93+
6094
# Changelog
6195

6296
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)