We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ab83a commit 22d4efbCopy full SHA for 22d4efb
library/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to the library will be documented in this file.
4
5
-## vX.X.X (Month DD, YYYY)
+## v0.8.0 (July 31, 2023)
6
7
- Fix infered `object` and `record` types (issue #9, #10, #34)
8
- Add `strict` and `strictAsync` method to detect unknown object keys
library/package.json
@@ -1,7 +1,7 @@
1
{
"name": "valibot",
"description": "The modular and TypeScript-first schema library",
- "version": "0.7.0",
+ "version": "0.8.0",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
0 commit comments