Skip to content

Commit e376cda

Browse files
authored
Add Courier to README (#3961)
1 parent 6b96cfd commit e376cda

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,24 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
212212
<h3 align="center">Platinum</h3>
213213

214214
<table align="center" style="justify-content: center;align-items: center;display: flex;">
215+
<tr>
216+
<td align="center">
217+
<p></p>
218+
<p>
219+
<a href="https://www.courier.com/?utm_source=zod&utm_campaign=osssponsors">
220+
<picture height="62px">
221+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/6b09506a-78de-47e8-a8c1-792efe31910a">
222+
<img alt="Courier logo" height="62px" src="https://github.com/user-attachments/assets/6b09506a-78de-47e8-a8c1-792efe31910a">
223+
</picture>
224+
</a>
225+
<br />
226+
The API platform for sending notifications
227+
<br/>
228+
<a href="https://www.courier.com/?utm_source=zod&utm_campaign=osssponsors" style="text-decoration:none;">courier.com</a>
229+
</p>
230+
<p></p>
231+
</td>
232+
</tr>
215233
<tr>
216234
<td align="center">
217235
<p></p>

deno/lib/README.md

+24-3
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,24 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
212212
<h3 align="center">Platinum</h3>
213213

214214
<table align="center" style="justify-content: center;align-items: center;display: flex;">
215+
<tr>
216+
<td align="center">
217+
<p></p>
218+
<p>
219+
<a href="https://www.courier.com/?utm_source=zod&utm_campaign=osssponsors">
220+
<picture height="62px">
221+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/6b09506a-78de-47e8-a8c1-792efe31910a">
222+
<img alt="Courier logo" height="62px" src="https://github.com/user-attachments/assets/6b09506a-78de-47e8-a8c1-792efe31910a">
223+
</picture>
224+
</a>
225+
<br />
226+
The API platform for sending notifications
227+
<br/>
228+
<a href="https://www.courier.com/?utm_source=zod&utm_campaign=osssponsors" style="text-decoration:none;">courier.com</a>
229+
</p>
230+
<p></p>
231+
</td>
232+
</tr>
215233
<tr>
216234
<td align="center">
217235
<p></p>
@@ -568,6 +586,7 @@ There are a growing number of tools that are built atop or support Zod natively!
568586
- [`znv`](https://github.com/lostfictions/znv): Type-safe environment parsing and validation for Node.js with Zod schemas.
569587
- [`zod-config`](https://github.com/alexmarqs/zod-config): Load configurations across multiple sources with flexible adapters, ensuring type safety with Zod.
570588
- [`unplugin-environment`](https://github.com/r17x/js/tree/main/packages/unplugin-environment#readme): A plugin for loading enviroment variables safely with schema validation, simple with virtual module, type-safe with intellisense, and better DX 🔥 🚀 👷. Powered by Zod.
589+
- [`zod-struct`](https://codeberg.org/reesericci/zod-struct): Create runtime-checked structs with Zod.
571590

572591
#### Utilities for Zod
573592

@@ -3005,13 +3024,15 @@ This more declarative API makes schema definitions vastly more concise.
30053024

30063025
### Runtypes
30073026

3008-
[https://github.com/pelotom/runtypes](https://github.com/pelotom/runtypes)
3027+
[https://github.com/runtypes/runtypes](https://github.com/runtypes/runtypes)
30093028

3010-
Good type inference support.
3029+
Runtypes is focused on ergonomics, with good type inference support.
30113030

30123031
- Supports "pattern matching": computed properties that distribute over unions
3032+
- Supports branded types
3033+
- Supports template literals
3034+
- Supports conformance to predefined static types
30133035
- Missing object methods: (deepPartial, merge)
3014-
- Missing nonempty arrays with proper typing (`[T, ...T[]]`)
30153036
- Missing promise schemas
30163037
- Missing error customization
30173038

0 commit comments

Comments
 (0)