@immense/vue-pom-generator 1.0.45 → 1.0.46
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/RELEASE_NOTES.md +15 -25
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,33 +1,24 @@
|
|
|
1
1
|
● ## Highlights
|
|
2
2
|
|
|
3
|
-
-
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
- Improved release workflow with PR preview comments
|
|
3
|
+
- Fixed dev-mode POM generation to match build mode behavior
|
|
4
|
+
- Added build–serve parity regression tests
|
|
5
|
+
- Improved error handling: fail fast on dev snapshot generation errors
|
|
6
|
+
- Fixed keyed POM deduplication and C# navigation returns
|
|
7
|
+
- Added automated PR release notes preview comments
|
|
9
8
|
|
|
10
9
|
## Changes
|
|
11
10
|
|
|
12
|
-
**
|
|
13
|
-
- Added
|
|
14
|
-
- Updated ESLint configuration and exports
|
|
11
|
+
**Testing & Quality**
|
|
12
|
+
- Added regression tests for build–serve parity (#7)
|
|
15
13
|
|
|
16
|
-
**
|
|
17
|
-
- Fixed
|
|
18
|
-
-
|
|
19
|
-
-
|
|
14
|
+
**Bug Fixes**
|
|
15
|
+
- Fixed dev-mode POM generation parity with build mode (#5)
|
|
16
|
+
- Fail fast on dev snapshot generation errors (#6)
|
|
17
|
+
- Fixed keyed POM dedupe and C# navigation returns (#4)
|
|
20
18
|
|
|
21
|
-
**
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- Added build-serve parity regression tests
|
|
25
|
-
- Updated test assertions for better coverage
|
|
26
|
-
|
|
27
|
-
**Documentation & CI**
|
|
28
|
-
- Updated README with improved guidance (54 lines added)
|
|
29
|
-
- Enhanced release workflow with PR release-notes preview comments
|
|
30
|
-
- Workflow improvements for Playwright generator
|
|
19
|
+
**CI/CD**
|
|
20
|
+
- Use sentinel package version in release workflow
|
|
21
|
+
- Added automated PR release-notes preview comments (#1)
|
|
31
22
|
|
|
32
23
|
## Breaking Changes
|
|
33
24
|
|
|
@@ -47,6 +38,5 @@
|
|
|
47
38
|
|
|
48
39
|
## Testing
|
|
49
40
|
|
|
50
|
-
|
|
51
|
-
vue-plugin-state and ESLint rule validation.
|
|
41
|
+
Added regression tests to ensure build and serve modes produce consistent output.
|
|
52
42
|
|
package/package.json
CHANGED