feat: support custom required validation messages

This commit is contained in:
2026-07-13 20:34:36 +05:30
parent b273e30c2f
commit 7a1c6c0041
58 changed files with 169 additions and 93 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.2.22",
"version": "0.2.23",
"type": "module",
"main": "src/index.ts",
"exports": {
+8
View File
@@ -280,6 +280,14 @@ const MIGRATIONS: Migration[] = [
// Explicit no-op: updating @wrnexus/dev-server and helpers is sufficient.
},
},
{
version: "0.2.23",
id: "custom-required-validation-message",
description: "No project-file changes; custom required messages are provided at runtime",
apply() {
// Explicit no-op: updating @wrnexus/validation is sufficient.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */