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 19cd851 commit 6e5a33dCopy full SHA for 6e5a33d
library/CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to the library will be documented in this file.
4
5
+## v0.9.0 (August 04, 2023)
6
+
7
+- Add `imei` validation and `isLuhnAlgo` util (pull request #37)
8
+- Fix `isoDateTime`, `isoTime`, `isoTimeSecond` and `isoTimestamp` validation (pull request #42)
9
10
## v0.8.0 (July 31, 2023)
11
12
- Fix infered `object` and `record` types (issue #9, #10, #34)
library/package.json
@@ -1,7 +1,7 @@
1
{
"name": "valibot",
"description": "The modular and TypeScript-first schema library",
- "version": "0.8.0",
+ "version": "0.9.0",
"license": "MIT",
"author": "Fabian Hiller",
"homepage": "https://valibot.dev",
0 commit comments