@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.
Files changed (2) hide show
  1. package/RELEASE_NOTES.md +15 -25
  2. package/package.json +1 -1
package/RELEASE_NOTES.md CHANGED
@@ -1,33 +1,24 @@
1
1
  ● ## Highlights
2
2
 
3
- - New ESLint rule `no-page-fixture-in-specs` enforces Playwright Page Object Model best
4
- practices
5
- - Dev-mode POM generation now has parity with build mode
6
- - Fail-fast behavior added for dev snapshot generation errors
7
- - Enhanced test coverage with build-serve parity regression tests
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
- **Tooling & Linting**
13
- - Added new ESLint rule to prevent `page` fixture usage in spec files (112 lines)
14
- - Updated ESLint configuration and exports
11
+ **Testing & Quality**
12
+ - Added regression tests for build–serve parity (#7)
15
13
 
16
- **Code Generation**
17
- - Fixed keyed POM deduplication logic
18
- - Improved C# navigation return types
19
- - Minor adjustments to class generation
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
- **Testing**
22
- - Added comprehensive vue-plugin-state tests (71 lines)
23
- - Enhanced ESLint rule test coverage (58 new lines)
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
- All changes include corresponding test coverage. Added 132 lines of new tests across
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immense/vue-pom-generator",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "Injects data-testid attributes for all interactive elements and generates page object models for every page.",
5
5
  "type": "module",
6
6
  "repository": {