Skip to content

Commit 50f86aa

Browse files
committed
add @thetayloredman to announcement
1 parent 88cfe2e commit 50f86aa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ark/docs/content/docs/blog/2.1.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ discriminateValue({ id: 2, twoValue: "two" }) // 3
149149
discriminateValue({ oneValue: 3 })
150150
```
151151

152+
Special thanks to [@thetayloredman](https://github.com/thetayloredman) who did a mind-blowingly good job helping us iterate toward the current type-level pattern-matching implementation🙇
153+
152154
### Builtin keywords can now be globally configured
153155

154156
This can be very helpful for customizing error messages without needing to create your own aliases or wrappers.

ark/type/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ discriminateValue({ id: 2, twoValue: "two" }) // 3
9191
discriminateValue({ oneValue: 3 })
9292
```
9393

94+
Special thanks to @thetayloredman who did a mind-blowingly good job helping us iterate toward the current type-level pattern-matching implementation🙇
95+
9496
### Builtin keywords can now be globally configured
9597

9698
This can be very helpful for customizing error messages without needing to create your own aliases or wrappers.

0 commit comments

Comments
 (0)