Skip to content
Merged
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
20 changes: 0 additions & 20 deletions .changeset/shy-trees-lose.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/try-catch-tuple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @maxmorozoff/try-catch-tuple

## 0.1.2

### Patch Changes

- 73951e0: docs:

- Add JSDoc for TryCatch types

chore:

- Export missing types
- Update default error type
- Update Branded type
- Update DataErrorTuple type (e.g., `rest` is now `never[]`)
- Restrict array methods on DataErrorTuple
- Make `fn` parameter required

refactor:

- Extract DataErrorTuple to type alias

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/try-catch-tuple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maxmorozoff/try-catch-tuple",
"description": "A TypeScript utility function for structured error handling in both synchronous and asynchronous operations.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"author": "Max Morozov <[email protected]",
"homepage": "https://github.com/maxmorozoff/try-catch-tuple#readme",
Expand Down
Loading