v1.5.0
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方法的死锁问题