We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f36da5 commit d04bafcCopy full SHA for d04bafc
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.4](https://github.com/SourceRegistry/node-validator/compare/v1.1.3...v1.1.4) (2026-03-28)
2
+
3
4
+### Bug Fixes
5
6
+* support node 18 formdata tests ([0f36da5](https://github.com/SourceRegistry/node-validator/commit/0f36da5b5f7a59442e17595b1d7b84f8a54a8f96))
7
8
## [1.1.3](https://github.com/SourceRegistry/node-validator/compare/v1.1.2...v1.1.3) (2026-03-28)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@sourceregistry/node-validator",
- "version": "1.1.3",
+ "version": "1.1.4",
"description": "A minimal, dependency-free TypeScript/JavaScript library for runtime validation.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
0 commit comments