File tree Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @maxmorozoff/try-catch-tuple
22
3+ ## 0.1.2
4+
5+ ### Patch Changes
6+
7+ - 73951e0: docs:
8+
9+ - Add JSDoc for TryCatch types
10+
11+ chore:
12+
13+ - Export missing types
14+ - Update default error type
15+ - Update Branded type
16+ - Update DataErrorTuple type (e.g., ` rest ` is now ` never[] ` )
17+ - Restrict array methods on DataErrorTuple
18+ - Make ` fn ` parameter required
19+
20+ refactor:
21+
22+ - Extract DataErrorTuple to type alias
23+
324## 0.1.1
425
526### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @maxmorozoff/try-catch-tuple" ,
33 "description" : " A TypeScript utility function for structured error handling in both synchronous and asynchronous operations." ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "license" : " MIT" ,
66 "author" : " Max Morozov <max@morozov.page" ,
77 "homepage" : " https://github.com/maxmorozoff/try-catch-tuple#readme" ,
You can’t perform that action at this time.
0 commit comments