Skip to content

v2.0

Compare
Choose a tag to compare
@qiangxue qiangxue released this 01 Aug 15:47
· 77 commits to master since this release
  • CHG: Removed the context parameter from the Rule.Validate() interface method. This is BC-breaking change. If your particular rule relies on the struct context, you may define it as a closure or pass the context during the rule creation.