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
change interface Constraint to (name, data, messages, options) => errors, and now it can be applied to both mappings and FormBinder(!!!WARNING: broken change for extension developers)
merge/change interfaces PreProcessor/BulkPrePrecessor to (prefix, data, options) => data, and now it can be applied to both FormBinder and mappings (!!!WARNING: broken change for extension developers)
rename pipe_: to >-:(!!!WARNING: broken change for normal developers)
change pre-processor expandJsonData(sourceKey[, destPrefix]) to expandJsonString([sourceKey][, destPrefix]), and now it can be applied to all mappings and FormBinder(!!!WARNING: broken change for normal developers)
add constraint numArrayIndex, used to validate illegal array index, like aaa[t123]
enhance constraint required, and now it can be applied to both field mappings and group mappings
add built-in field mapping json4s
add InputMode to help restrict a Constraint/PreProcessor can accept one input string or multiple input strings or both (for extension developers)