Skip to content

Commit da1d0e0

Browse files
authored
Merge pull request #524 from traversable/changeset-release/main
chore: publish package(s)
2 parents d355470 + 6eac1d7 commit da1d0e0

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.changeset/grumpy-buckets-like.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ We do however have schemas, and schemas are basically ASTs.
7171
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/valibot"><code>@traversable/valibot@0.0.23</code></a>: Production-grade Valibot schema-rewriters</li>
7272
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-test"><code>@traversable/valibot-test@0.0.16</code></a>: Configurable Valibot schema-generator (for fuzz testing)</li>
7373
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-types"><code>@traversable/valibot-types@0.0.15</code></a>: Valibot Functor (for recursion schemes)</a></li>
74-
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/zod@0.0.48</code></a>: Production-grade zod schema-rewriters</li>
74+
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/zod@0.0.49</code></a>: Production-grade zod schema-rewriters</li>
7575
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/zod-test@0.0.21</code></a>: Configurable zod schema-generator (for fuzz testing)</li>
7676
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/zod-types"><code>@traversable/zod-types@0.0.25</code></a>: zod Functor (for recursion schemes)</a></li>
7777
</ul>

packages/zod/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @traversable/zod
22

3+
## 0.0.49
4+
5+
### Patch Changes
6+
7+
- [#523](https://github.com/traversable/schema/pull/523) [`bd73ba7`](https://github.com/traversable/schema/commit/bd73ba72acc5f8cd52dcc5d82b464e5b32c90c78) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - feat(zod):
8+
9+
### new features
10+
- `zx.convertCaseCodec`
11+
- `zx.deepCamelCaseCodec` (experimental)
12+
- `zx.deepSnakeCaseCodec` (experimental)
13+
14+
This change adds a new transformer for the `@traversable/zod` package that uses a new feature that was added in zod v4: [codecs](https://zod.dev/codecs).
15+
16+
Because of how easy `zx.fold` is to work with, implementing `zx.convertCaseCodec` was relatively simple, and took me about an hour.
17+
18+
Usually I'd fuzz test the hell out of it before publishing, but this time I figured I'd release these early, to have a chance for users to use it and provide feedback before I go through the trouble.
19+
20+
If you use this and run into any problems, please don't hesitate to [open an issue](https://github.com/traversable/schema/issues)!
21+
322
## 0.0.48
423

524
### Patch Changes

packages/zod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@traversable/zod",
33
"type": "module",
4-
"version": "0.0.48",
4+
"version": "0.0.49",
55
"private": false,
66
"description": "",
77
"license": "MIT",

packages/zod/src/__generated__/__manifest__.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)