Skip to content

Commit

Permalink
Add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Oct 14, 2024
1 parent 4ce0140 commit 43513b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/clever-mails-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@badrap/valita": patch
---

Add support for variadic tuple types

Tuple and array types now have a new method, `.concat()` that can be used to create [variadic tuple types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#variadic-tuple-types).
5 changes: 5 additions & 0 deletions .changeset/early-tables-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@badrap/valita": patch
---

Make `v.array()` a shorthand to `v.array(v.unknown())`

0 comments on commit 43513b6

Please sign in to comment.