Skip to content

v1.5.0

Compare
Choose a tag to compare
@tianxiaoliang tianxiaoliang released this 22 Jan 07:53
· 15 commits to master since this release
4c659b3

Feature:

  • add ConfigsWithSourceNames() function, which returns all the key values along with its source, extra details can be used for debugging.
  • 增加WriteTo方法,输出所有配置项

Improvement:

  • 回滚cast pkg
  • add a new error named ErrIgnoreChange of updateEvent to tell the caller not to notify listener
  • add doc and example

Bug Fix:

  • 修改Set方法的死锁问题