Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/api-types-facade-docs.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/docs-beginner-friendly.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/document-combinator-surface.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/boxed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @unthrown/boxed

## 3.0.2

### Patch Changes

- Updated dependencies [199c543]
- Updated dependencies [4b6754a]
- Updated dependencies [3fb471b]
- unthrown@3.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/boxed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/boxed",
"version": "3.0.1",
"version": "3.0.2",
"description": "Boxed interop for unthrown",
"keywords": [
"boxed",
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# unthrown

## 3.0.2

### Patch Changes

- 199c543: Polish the generated API reference (comment-only): give the `Types`-section
aliases practical framing and examples (`OkView`/`ErrView`/`DefectView` note what
each guard narrows to; `OkOf`/`ErrOf`/`AsyncOkOf`/`AsyncErrOf` show a type-extraction
example), and group the `Result`/`AsyncResult` **type** aliases under the `Facade`
category alongside their companion objects, cross-linked so the value+type pairing
is clear.
- 4b6754a: Improve the generated API reference: add `@category` grouping (Constructors,
Guards, Interop, Aggregate, Tagged errors, Facade, Types, …) to every exported
symbol, and give the standalone functions richer, convention-following `@example`
blocks (both Ok and Err branches, `// =>` output comments). Comment-only — no
runtime or type changes.
- 3fb471b: Document the fluent combinators on the generated API reference. The method
surface every `Result` / `AsyncResult` carries is now exported as two
**documentation-only** types — `ResultMethods` (sync) and `AsyncResultMethods`
(async, with the `AsyncResult`/`Promise`-returning signatures) — categorized
under `Methods`, so the reference lists every combinator's signature and prose.
The `Result` / `AsyncResult` aliases and the `OkView`/`ErrView`/`DefectView`
variants link to them, and the async method docs link to their sync counterparts.
The "Choosing a combinator" guide stays the "which one do I reach for?"
cheat-sheet and links to these API sections.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unthrown",
"version": "3.0.1",
"version": "3.0.2",
"description": "Explicit errors as values, with a separate defect (panic) channel",
"keywords": [
"defect",
Expand Down
9 changes: 9 additions & 0 deletions packages/effect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @unthrown/effect

## 3.0.2

### Patch Changes

- Updated dependencies [199c543]
- Updated dependencies [4b6754a]
- Updated dependencies [3fb471b]
- unthrown@3.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/effect",
"version": "3.0.1",
"version": "3.0.2",
"description": "Effect interop for unthrown",
"keywords": [
"effect",
Expand Down
9 changes: 9 additions & 0 deletions packages/neverthrow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @unthrown/neverthrow

## 3.0.2

### Patch Changes

- Updated dependencies [199c543]
- Updated dependencies [4b6754a]
- Updated dependencies [3fb471b]
- unthrown@3.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/neverthrow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/neverthrow",
"version": "3.0.1",
"version": "3.0.2",
"description": "neverthrow interop for unthrown",
"keywords": [
"errors-as-values",
Expand Down
2 changes: 2 additions & 0 deletions packages/oxlint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @unthrown/oxlint

## 3.0.2

## 3.0.1

## 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/oxlint",
"version": "3.0.1",
"version": "3.0.2",
"description": "oxlint plugin enforcing unthrown's conventions",
"keywords": [
"errors-as-values",
Expand Down
9 changes: 9 additions & 0 deletions packages/pattern/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @unthrown/pattern

## 3.0.2

### Patch Changes

- Updated dependencies [199c543]
- Updated dependencies [4b6754a]
- Updated dependencies [3fb471b]
- unthrown@3.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pattern/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/pattern",
"version": "3.0.1",
"version": "3.0.2",
"description": "ts-pattern integration for unthrown",
"keywords": [
"errors-as-values",
Expand Down
9 changes: 9 additions & 0 deletions packages/standard-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @unthrown/standard-schema

## 3.0.2

### Patch Changes

- Updated dependencies [199c543]
- Updated dependencies [4b6754a]
- Updated dependencies [3fb471b]
- unthrown@3.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/standard-schema",
"version": "3.0.1",
"version": "3.0.2",
"description": "Standard Schema (Zod, Valibot, ArkType, …) interop for unthrown",
"keywords": [
"arktype",
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @unthrown/vitest

## 3.0.2

### Patch Changes

- Updated dependencies [199c543]
- Updated dependencies [4b6754a]
- Updated dependencies [3fb471b]
- unthrown@3.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/vitest",
"version": "3.0.1",
"version": "3.0.2",
"description": "Vitest matchers for unthrown",
"keywords": [
"errors-as-values",
Expand Down
Loading