@featurevisor/core 2.6.7 → 2.8.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.
Files changed (90) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/coverage/clover.xml +145 -474
  3. package/coverage/coverage-final.json +4 -10
  4. package/coverage/lcov-report/{src/builder → builder}/allocator.ts.html +10 -10
  5. package/coverage/lcov-report/{src/builder → builder}/buildScopedConditions.ts.html +10 -10
  6. package/coverage/lcov-report/{src/builder → builder}/buildScopedDatafile.ts.html +10 -10
  7. package/coverage/lcov-report/{src/builder → builder}/buildScopedSegments.ts.html +10 -10
  8. package/coverage/lcov-report/{src/builder → builder}/index.html +10 -10
  9. package/coverage/lcov-report/{src/builder → builder}/revision.ts.html +10 -10
  10. package/coverage/lcov-report/{src/builder → builder}/traffic.ts.html +10 -10
  11. package/coverage/lcov-report/index.html +35 -65
  12. package/coverage/lcov-report/{src/list → list}/index.html +24 -24
  13. package/coverage/lcov-report/{src/list → list}/matrix.ts.html +27 -18
  14. package/coverage/lcov-report/{lib/tester → parsers}/index.html +41 -26
  15. package/coverage/lcov-report/parsers/json.ts.html +118 -0
  16. package/coverage/lcov-report/parsers/yml.ts.html +589 -0
  17. package/coverage/lcov-report/{src/tester → tester}/helpers.ts.html +10 -10
  18. package/coverage/lcov-report/{src/tester → tester}/index.html +10 -10
  19. package/coverage/lcov.info +246 -899
  20. package/jest.config.js +1 -0
  21. package/lib/config/index.d.ts +0 -1
  22. package/lib/config/index.js +0 -1
  23. package/lib/config/index.js.map +1 -1
  24. package/lib/config/projectConfig.d.ts +1 -1
  25. package/lib/config/projectConfig.js +1 -1
  26. package/lib/config/projectConfig.js.map +1 -1
  27. package/lib/datasource/datasource.js.map +1 -1
  28. package/lib/datasource/filesystemAdapter.js +1 -1
  29. package/lib/datasource/filesystemAdapter.js.map +1 -1
  30. package/lib/index.d.ts +1 -0
  31. package/lib/index.js +1 -0
  32. package/lib/index.js.map +1 -1
  33. package/lib/linter/conditionSchema.js +45 -6
  34. package/lib/linter/conditionSchema.js.map +1 -1
  35. package/lib/linter/testSchema.d.ts +5 -0
  36. package/lib/linter/testSchema.js +6 -1
  37. package/lib/linter/testSchema.js.map +1 -1
  38. package/lib/list/matrix.js +4 -1
  39. package/lib/list/matrix.js.map +1 -1
  40. package/lib/{config/parsers.d.ts → parsers/index.d.ts} +5 -5
  41. package/lib/parsers/index.js +15 -0
  42. package/lib/parsers/index.js.map +1 -0
  43. package/lib/parsers/json.d.ts +2 -0
  44. package/lib/parsers/json.js +13 -0
  45. package/lib/parsers/json.js.map +1 -0
  46. package/lib/parsers/json.spec.d.ts +1 -0
  47. package/lib/parsers/json.spec.js +35 -0
  48. package/lib/parsers/json.spec.js.map +1 -0
  49. package/lib/parsers/yml.d.ts +2 -0
  50. package/lib/parsers/yml.js +154 -0
  51. package/lib/parsers/yml.js.map +1 -0
  52. package/lib/parsers/yml.spec.d.ts +1 -0
  53. package/lib/parsers/yml.spec.js +143 -0
  54. package/lib/parsers/yml.spec.js.map +1 -0
  55. package/lib/tester/testFeature.js +6 -1
  56. package/lib/tester/testFeature.js.map +1 -1
  57. package/lib/tester/testProject.d.ts +1 -0
  58. package/lib/tester/testProject.js +28 -2
  59. package/lib/tester/testProject.js.map +1 -1
  60. package/lib/utils/git.js.map +1 -1
  61. package/package.json +6 -6
  62. package/src/config/index.ts +0 -1
  63. package/src/config/projectConfig.ts +1 -1
  64. package/src/datasource/datasource.ts +2 -1
  65. package/src/datasource/filesystemAdapter.ts +3 -2
  66. package/src/index.ts +1 -0
  67. package/src/linter/conditionSchema.ts +43 -6
  68. package/src/linter/testSchema.ts +9 -1
  69. package/src/list/matrix.ts +4 -1
  70. package/src/parsers/index.ts +22 -0
  71. package/src/parsers/json.spec.ts +36 -0
  72. package/src/parsers/json.ts +11 -0
  73. package/src/parsers/yml.spec.ts +174 -0
  74. package/src/parsers/yml.ts +168 -0
  75. package/src/tester/testFeature.ts +6 -1
  76. package/src/tester/testProject.ts +41 -2
  77. package/src/utils/git.ts +2 -1
  78. package/coverage/lcov-report/lib/builder/allocator.js.html +0 -196
  79. package/coverage/lcov-report/lib/builder/buildScopedConditions.js.html +0 -373
  80. package/coverage/lcov-report/lib/builder/buildScopedDatafile.js.html +0 -403
  81. package/coverage/lcov-report/lib/builder/buildScopedSegments.js.html +0 -379
  82. package/coverage/lcov-report/lib/builder/index.html +0 -191
  83. package/coverage/lcov-report/lib/builder/revision.js.html +0 -148
  84. package/coverage/lcov-report/lib/builder/traffic.js.html +0 -493
  85. package/coverage/lcov-report/lib/list/index.html +0 -116
  86. package/coverage/lcov-report/lib/list/matrix.js.html +0 -523
  87. package/coverage/lcov-report/lib/tester/helpers.js.html +0 -295
  88. package/lib/config/parsers.js +0 -32
  89. package/lib/config/parsers.js.map +0 -1
  90. package/src/config/parsers.ts +0 -40
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.8.0](https://github.com/featurevisor/featurevisor/compare/v2.7.0...v2.8.0) (2026-02-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * YAML parser to preserve comments and ordering when writing ([#385](https://github.com/featurevisor/featurevisor/issues/385)) ([01daaec](https://github.com/featurevisor/featurevisor/commit/01daaec7a7e872c528b30a886a92894a6adbfac3))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.7.0](https://github.com/featurevisor/featurevisor/compare/v2.6.7...v2.7.0) (2026-02-05)
18
+
19
+
20
+ ### Features
21
+
22
+ * test by tags ([#383](https://github.com/featurevisor/featurevisor/issues/383)) ([54ddbca](https://github.com/featurevisor/featurevisor/commit/54ddbcaa271fea09008a1064ee58bdb2dbb8fcb9))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [2.6.7](https://github.com/featurevisor/featurevisor/compare/v2.6.6...v2.6.7) (2026-02-05)
7
29
 
8
30
  **Note:** Version bump only for package @featurevisor/core