react-form-manage 1.0.6-beta.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.0.6] - 2026-01-22
6
+
7
+ - Promote ValidationRule typing + regex pattern support to stable
8
+ - Update README with validation examples (pattern, async validator) and remove template boilerplate
9
+ - Finalize TypeScript migration and docs for npm landing page
10
+
5
11
  ## [1.0.6-beta.5] - 2026-01-22
6
12
 
7
13
  - Update README with validation rule examples (pattern, async validator)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-form-manage",
3
- "version": "1.0.6-beta.5",
3
+ "version": "1.0.6",
4
4
  "description": "Lightweight React form management with list and listener support.",
5
5
  "license": "MIT",
6
6
  "type": "module",