Skip to content

chore: release v0.1.0#13

Merged
kelsos merged 1 commit intomainfrom
release/v0.1.0
Apr 18, 2026
Merged

chore: release v0.1.0#13
kelsos merged 1 commit intomainfrom
release/v0.1.0

Conversation

@kelsos
Copy link
Copy Markdown
Owner

@kelsos kelsos commented Apr 18, 2026

Summary

First minor release. Bumps `packages/plainfp/package.json` to `0.1.0` and adds the generated `CHANGELOG.md`.

What's in v0.1.0 (since v0.0.1)

🚀 Enhancements

  • `Result.tap` / `Result.tapError` — closes the v1 scope gap for side-effect hooks on sync Result.
  • `Option.tap` / `Option.tapNone` — symmetric pair on Option.
  • `Option.all` / `Option.any` / `Option.zip` — API symmetry with `Result`.
  • `Option.toResult` / `Result.toOption` — canonical interop between the two types.

🩹 Fixes

  • `ResultAsync.allWithConcurrency` now propagates factory rejections instead of silently dropping slots (prior behaviour corrupted the output array).
  • CI: `--allow-natives-syntax` reaches CodSpeed's Vitest worker via `execArgv` injection so benches actually run under Valgrind.

📖 Documentation

  • Full TSDoc coverage across every public export (109 blocks).
  • TypeDoc site auto-publishes to https://kelsos.net/plainfp/ on merge to main.
  • README API map synced with current exports.

🔥 Performance / testing

  • Bench coverage for Option, ResultAsync, and Records — every non-trivial namespace is now CodSpeed-tracked.
  • Property-based tests via fast-check verifying functor/monad laws, pipe composition, Arrays invariants (~2,500 generated cases per CI run).
  • Integration suite covering six realistic cross-module compositions (parse/validate/transform, batch fetch, retry+timeout, Option↔Result interop, data pipelines, tagged errors).

Post-merge

After merging, tag and let the release workflow fire:

```sh
git checkout main && git pull
git tag v0.1.0 && git push --tags
```

The `v0.1.0` tag triggers `.github/workflows/release.yml` which publishes to npm with provenance via the trusted-publisher OIDC flow and creates the GitHub Release with changelogen's notes.

Test plan

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.68%. Comparing base (30549a3) to head (3176de9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #13   +/-   ##
=======================================
  Coverage   91.68%   91.68%           
=======================================
  Files          23       23           
  Lines         397      397           
  Branches       90       90           
=======================================
  Hits          364      364           
  Misses         11       11           
  Partials       22       22           
Flag Coverage Δ
unittests 91.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Apr 18, 2026

Merging this PR will not alter performance

✅ 48 untouched benchmarks


Comparing release/v0.1.0 (3176de9) with main (30549a3)

Open in CodSpeed

@kelsos kelsos merged commit 3176de9 into main Apr 18, 2026
11 checks passed
@kelsos kelsos deleted the release/v0.1.0 branch April 18, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant