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
5 changes: 0 additions & 5 deletions .changeset/plenty-suits-bet.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We do however have schemas, and schemas are basically ASTs.
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/typebox-test"><code>@traversable/typebox-test@0.0.15</code></a>: Configurable TypeBox schema-generator (for fuzz testing)</li>
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/typebox-types"><code>@traversable/typebox-types@0.0.18</code></a>: ArkType Functor (for recursion schemes)</a></li>
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/valibot"><code>@traversable/valibot@0.0.17</code></a>: Production-grade Valibot schema-rewriters</li>
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-test"><code>@traversable/valibot-test@0.0.14</code></a>: Configurable Valibot schema-generator (for fuzz testing)</li>
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-test"><code>@traversable/valibot-test@0.0.15</code></a>: Configurable Valibot schema-generator (for fuzz testing)</li>
<li>🌳 <a href="https://github.com/traversable/schema/tree/main/packages/valibot-types"><code>@traversable/valibot-types@0.0.14</code></a>: Valibot Functor (for recursion schemes)</a></li>
<li>📦 <a href="https://github.com/traversable/schema/tree/main/packages/zod"><code>@traversable/zod@0.0.43</code></a>: Production-grade zod schema-rewriters</li>
<li>🔬 <a href="https://github.com/traversable/schema/tree/main/packages/zod-test"><code>@traversable/zod-test@0.0.20</code></a>: Configurable zod schema-generator (for fuzz testing)</li>
Expand Down
6 changes: 6 additions & 0 deletions packages/valibot-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @traversable/valibot-test

## 0.0.15

### Patch Changes

- [#493](https://github.com/traversable/schema/pull/493) [`0f3c471`](https://github.com/traversable/schema/commit/0f3c47176fd75aa6def61d6d23ff6a3e372a05c0) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - feat(valibot-test): adds `unbounded` option or bigint, number and string schema generators

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traversable/valibot-test",
"type": "module",
"version": "0.0.14",
"version": "0.0.15",
"private": false,
"description": "",
"license": "Hippocratic-2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot-test/src/__generated__/__manifest__.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.