All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
- fix 取消 fv.Set() 修改对象, 避免对象没有 SetDefaults() 和 Init() 而错误初始化引发的 panic (acf5b01)
- fix private filed no need to set (b7f7c0f)
- fix 当字段对象类型为指针,且值为 nil 时, 使用反射进行初始化 (a6192b8)
- fix fix default name with no tag env (ce9f1f1)
- fix env - skip (6ba3c68)
- fix CallMethods 增加自定义方法调用 (89fc7aa)
- fix call SetDefaults before Init (8c31483)
- feat break change , renmae method caller (923a833)
- fix lost value when trans env string slice into map (ca10e1c)
- feat 增加读取文件 (cbb5b90)
- feat 使用结构体方法设置默认是 (11c3dc1)
- fix load env error (9db1980)