create-project-arch 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.4.0] - 2026-03-10
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Feedback system integration in scaffolded projects (`.arch/feedback/` structure auto-created)
|
|
13
|
+
- Enhanced validation-hook scaffolds with feedback collection support
|
|
14
|
+
- Feedback system documentation in generated architecture governance section
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Updated templates to include latest `project-arch@1.4.0` features
|
|
19
|
+
- Template validation now includes feedback CLI command testing
|
|
20
|
+
- Improved scaffolding documentation to cover feedback workflow
|
|
21
|
+
|
|
8
22
|
## [1.3.0] - 2026-03-08
|
|
9
23
|
|
|
10
24
|
### Added
|
|
@@ -51,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
51
65
|
- Template customization options
|
|
52
66
|
- Force mode for non-empty directories
|
|
53
67
|
|
|
68
|
+
[1.4.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.3.0...v1.4.0
|
|
69
|
+
[1.3.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.1.0...v1.3.0
|
|
54
70
|
[1.1.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.0.0...v1.1.0
|
|
55
71
|
[1.0.0]: https://github.com/MissTitanK3/project-arch-system/releases/tag/v1.0.0
|
|
56
|
-
[1.3.0]: https://github.com/MissTitanK3/project-arch-system/compare/v1.1.0...v1.3.0
|