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
* BugFix: Fix the problem that getFieldName cannot take effect when the tag behavior is set dynamically.
* Feature: Add SetEnabledCustomTag\SetCustomTagName to support custom tags, except mapper tag and json tag, for issue #34
* Tips: EnabledCustomTag default value is false.
* you can use like this:
``` go
mapper.SetCustomTagName("form")
mapper.SetEnabledCustomTag(true)
```
* 2022-07-04 18:00 in ShangHai
0 commit comments