@systemfsoftware/storybook-gherkin 1.0.0 → 2.0.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 (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @systemfsoftware/storybook-gherkin
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Port the library to the effect v4 release candidate (`effect@^4.0.0-rc.108`). `feature(meta, { runtime })` is replaced by `feature(meta, { context })` — v4 removed the Runtime module; the play edge now runs through `Effect.runPromiseExitWith` with an optional `Context` (default `Context.empty()`). Internally: `Either` → `Result`, `Effect.catchAllCause` → `catchCause`, `Exit.isInterrupted` → `hasInterrupts`, `Schema.decodeUnknownEither` → `decodeEffect`, schema captures now type as `ConstraintDecoder` (the v4 no-context view), and tagged errors construct via `.make`.
8
+
9
+ BREAKING CHANGE: `FeatureOptions.runtime` is removed; pass `context` instead.
10
+
11
+ ### Minor Changes
12
+
13
+ - cut over to effect v4 (4.0.0-rc.108): public surface derives from effect types; peers flip effect ^3→^4
14
+
15
+ ### Patch Changes
16
+
17
+ - New version is published through npm trusted publishing, so it carries a provenance attestation you can verify.
18
+
19
+ - Each of these packages now has a README, so its registry page says what the package is, how
20
+ to install it, and what to import or register — previously the page was blank. The lint
21
+ plugins show the configuration line that enables what they recommend.
22
+
23
+ `@systemfsoftware/stryker-js-mutation-report` also carries its licence text
24
+
3
25
  ## 1.0.0
4
26
 
5
27
  ### Major Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@systemfsoftware/storybook-gherkin",
3
3
  "license": "Apache-2.0",
4
- "version": "1.0.0",
4
+ "version": "2.0.0",
5
5
  "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
9
- "directory": "packages/storybook-gherkin"
9
+ "directory": "packages/testing/specs/gherkin/storybook"
10
10
  },
11
- "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/storybook-gherkin#readme",
11
+ "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/testing/specs/gherkin/storybook#readme",
12
12
  "bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
13
13
  "description": "Feature specs as Storybook stories — Gherkin Given/When/Then embedded in CSF with typed captures and scenario outlines, executing under Storybook's browser-mode play functions.",
14
14
  "keywords": [
@@ -62,8 +62,8 @@
62
62
  "typescript": "^7",
63
63
  "vite": "^8",
64
64
  "vitest": "^4.1.10",
65
- "@systemfsoftware/tsconfig": "^1.3.2",
66
- "@systemfsoftware/oxlint-config": "^0.1.0"
65
+ "@systemfsoftware/oxlint-config": "^0.1.0",
66
+ "@systemfsoftware/tsconfig": "^1.3.3"
67
67
  },
68
68
  "publishConfig": {
69
69
  "provenance": true