Skip to content

Commit f3182a8

Browse files
committed
add tests (AI supported), and prepare everything for new version tag
1 parent 292971b commit f3182a8

File tree

9 files changed

+1925
-813
lines changed

9 files changed

+1925
-813
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2026-01-13
11+
12+
### Added
13+
- Tree structure support for organizing commands hierarchically
14+
- Application initializer for loading commands on startup
15+
- vitests for all components and services
16+
17+
### Changed
18+
- Extracted template code into separate files for better maintainability
19+
- Restructured components for improved organization
20+
- Optimized bundle size by using fetch API instead of HttpClient
21+
22+
### Improved
23+
- Footer now auto-updates year dynamically
24+
- Cleaner codebase with extracted HTML from main component
25+
1026
## [0.1.0] - 2025-11-28
1127

1228
### Added
@@ -43,5 +59,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4359
- Express 5.1.0
4460
- Vitest 4.0.8
4561

46-
[Unreleased]: https://github.com/danielraab/command-builder/compare/v0.1.0...HEAD
62+
[Unreleased]: https://github.com/danielraab/command-builder/compare/v0.2.0...HEAD
63+
[0.2.0]: https://github.com/danielraab/command-builder/compare/v0.1.0...v0.2.0
4764
[0.1.0]: https://github.com/danielraab/command-builder/releases/tag/v0.1.0

0 commit comments

Comments
 (0)