@immense/vue-pom-generator 1.0.41 → 1.0.43

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 CHANGED
@@ -1,41 +1,37 @@
1
- # Release Notes - v1.0.41
1
+ ## Highlights
2
2
 
3
- ## Highlights
4
-
5
- - Fixed keyed click test ID scoping to prevent conflicts
6
- - Aligned attachment scopes for consistent behavior
7
- - Aligned dev snapshot options across plugin configurations
8
- - Added PR release notes preview comments via GitHub Actions
9
- - Expanded test coverage with new dev plugin options tests
3
+ - Fixed dev-mode POM generation to achieve parity with build mode behavior
4
+ - Added comprehensive regression test suite (284 lines) covering build–serve parity scenarios
5
+ - Enhanced plugin system to ensure consistent POM generation across development and production
6
+ environments
10
7
 
11
8
  ## Changes
12
9
 
13
10
  **Bug Fixes**
14
- - Fixed keyed click test ID scoping issues
15
- - Aligned attachment scopes for proper C# navigation returns
16
- - Aligned dev snapshot options across build and dev plugins
11
+ - Resolved discrepancies between dev-mode and build-mode POM generation (#5)
12
+
13
+ **Testing & Quality**
14
+ - Added build–serve parity regression tests to prevent future inconsistencies (#7)
15
+ - New test file: `tests/build-serve-parity.test.ts` with comprehensive coverage
17
16
 
18
- **Tooling & CI**
19
- - Updated release workflow to use npm 11.5.1 via npx
20
- - Added automated PR release notes preview comments
17
+ **Plugin System**
18
+ - Extended build plugin functionality with improved POM generation logic
19
+ - Enhanced dev plugin to match build-mode behavior
20
+ - Updated support plugins for better parity handling
21
21
 
22
- **Testing**
23
- - Added comprehensive dev plugin options test suite (`tests/dev-plugin-options.test.ts`)
24
- - Expanded transform tests with additional coverage
22
+ ## Breaking Changes
25
23
 
26
- **Internal**
27
- - Updated utility functions for improved scoping logic
28
- - Refined plugin configuration handling
24
+ None
29
25
 
30
26
  ## Pull Requests Included
31
27
 
32
- - [#4 Fix keyed POM dedupe and C# navigation
33
- returns](https://github.com/immense/vue-pom-generator/pull/4) (@dkattan)
34
- - [#1 Add PR release-notes preview
35
- comments](https://github.com/immense/vue-pom-generator/pull/1) (@dkattan)
28
+ - [#7](https://github.com/immense/vue-pom-generator/pull/7) test: add build–serve parity
29
+ regression tests (by @mayfieldiv)
30
+ - [#5](https://github.com/immense/vue-pom-generator/pull/5) fix: dev-mode POM generation parity
31
+ with build mode (by @mayfieldiv)
36
32
 
37
33
  ## Testing
38
34
 
39
- Added 160+ lines of new tests for dev plugin options. Existing transform tests expanded with
40
- additional assertions.
35
+ Added 284 lines of regression tests ensuring build–serve parity. Tests validate consistent POM
36
+ generation behavior across development and production modes.
41
37