Skip to content

Commit 11453e6

Browse files
committed
docs: update changelog for v1.0.3
1 parent 3ee754a commit 11453e6

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,65 @@ 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.3] - 2025-12-15
9+
10+
### Changed
11+
12+
- Updated development dependencies
13+
- `@eslint/js` from 9.39.1 to 9.39.2
14+
- `eslint` from 9.39.1 to 9.39.2
15+
- `typescript-eslint` from 8.48.1 to 8.49.0
16+
- `@types/node` from 24.10.1 to 25.0.2
17+
18+
## [1.0.2] - 2025-12-08
19+
20+
### Changed
21+
22+
- Updated dev dependencies via Dependabot
23+
- `eslint-config-prettier` from 9.1.2 to 10.1.8
24+
- `husky` from 8.0.3 to 9.1.7
25+
- Development dependencies group updates
26+
27+
## [1.0.1] - 2025-12-02
28+
29+
### Fixed
30+
31+
- Include `package-lock.json` in initial git commit
32+
- Fix TypeScript ESM module error with nodemon by replacing `ts-node` with `tsx`
33+
34+
### Changed
35+
36+
- Dev dependency: `tsx` replaces `ts-node` in generated projects
37+
- Updated dev script to use `tsx` instead of `ts-node`
38+
39+
## [1.0.0] - 2025-12-01
40+
41+
### Added
42+
43+
- **Interactive CLI** with prompts for tool selection
44+
- **Quick modes**: `--yes` (all tools) and `--default` (sensible defaults)
45+
- **Modern TypeScript config**: ESNext target, NodeNext modules with ESM
46+
- **Tool integrations**:
47+
- ESLint with flat config (modern, non-deprecated)
48+
- TypeScript ESLint v8+ (unified `typescript-eslint` package)
49+
- Prettier with latest defaults (trailingComma: "all", printWidth: 80)
50+
- Husky pre-commit hooks with lint-staged
51+
- nodemon for dev auto-reload
52+
- **Auto-generated README.md**: Adapts to selected tools with usage instructions
53+
- **Git initialization** with optional first commit
54+
- **Package manager detection**: npm, yarn, pnpm
55+
- **Comprehensive test suite**: 39 tests with Vitest (unit, integration, e2e, messages)
56+
- **Complete documentation**: README and CONTRIBUTING guides
57+
- **CI/CD workflows**: GitHub Actions for quality checks and publishing
58+
- **Dynamic version resolution**: No hardcoded dependency versions
59+
- **Centralized messages**: All user-facing messages in `src/messages.ts` for maintainability
60+
# Changelog
61+
62+
All notable changes to this project will be documented in this file.
63+
64+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66+
867
## [1.0.2] - 2025-12-08
968

1069
### Changed

0 commit comments

Comments
 (0)