Skip to content

Latest commit

 

History

History
117 lines (48 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

117 lines (48 loc) · 3.64 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Bug Fixes

  • fix 取消 fv.Set() 修改对象, 避免对象没有 SetDefaults() 和 Init() 而错误初始化引发的 panic (acf5b01)

Bug Fixes

  • fix private filed no need to set (b7f7c0f)

Bug Fixes

  • fix 当字段对象类型为指针,且值为 nil 时, 使用反射进行初始化 (a6192b8)

Bug Fixes

  • fix fix default name with no tag env (ce9f1f1)

Bug Fixes

Bug Fixes

  • fix CallMethods 增加自定义方法调用 (89fc7aa)

Bug Fixes

  • fix call SetDefaults before Init (8c31483)

Features

  • feat break change , renmae method caller (923a833)

Bug Fixes

  • fix lost value when trans env string slice into map (ca10e1c)

Features

  • feat 增加读取文件 (cbb5b90)

Features

  • feat 使用结构体方法设置默认是 (11c3dc1)

Bug Fixes

0.0.0

Bug Fixes

  • fix skip unexported struct (65b909f)
  • fix skip unexported struct (09d5918)
  • fix 修复了 field 判断优先级的问题 (731ccf5)

Features

  • feat marshal 支持 struct env tag (147b2f0)
  • feat unmarshal 支持 struct env tag (00fe48b)
  • feat 增加 unmarshal (e3870ef)