You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix severity handling: treat 'info' as non-blocking like warnings
- Add try/catch for regex pattern validation to handle invalid patterns
- Fix conditional rule validation: validate rules array and use validateRule for nested rules
- Remove function-based conditions for security (now deprecated with warning)
- Add default case for unhandled validation rule types with warning
- Fix field name propagation in validateFields()
- Fix buildCondition to properly map all filter operators (not just '=')
- Remove unused imports from data-protocol.ts
- Fix ObjectPermission union type (remove redundant boolean shape)
- Rename FieldValidationFunction to avoid conflict with data-protocol ValidationFunction
- Export ValidationFunction from data-protocol for AdvancedValidationRule
- Update ValidationFunction doc comment to clarify it's specific to data-protocol
- Make validateBuiltInRule async to support conditional rules with async validators
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments