Skip to content

Release 9.5.0

Choose a tag to compare

@deankarn deankarn released this 30 Jul 03:54
· 204 commits to v9 since this release

What new?

Added contextual validation support via context.Context: thanks to @thaonx @NUXIER and PR #292

  • RegisterValidationCtx(...)
  • RegisterStructValidationCtx(...)
  • StructCtx(...)
  • StructFilteredCtx(...)
  • StructPartialCtx(...)
  • StructExceptCtx(...)
  • VarCtx(...)
  • VarWithValueCtx(...)

NOTE: in v10 release all old methods will be removed and only new Context methods will remain.