Releases: HuangChiEn/easy_config
Releases · HuangChiEn/easy_config
v2.6.0 pre-release
hot-fix following issue :
- commendline arguments will be real-time update, interpolated arguments will also be affected.
- overwrite section by commendline arguments will be prohibited behavior in this version.
v2.5.6-complete-doc
completed doc in multiple langs.
2.5.6:doc_pre-release
The pre-release docs in all language are avaliable!
v2.5.6-hotfix-announcement
The following bug will be fixed in v2.6.
Known bug list :
- The interpolated arguments still keep the OLD VALUE, if it attempt to interpolate the argument it updated by commendline input (NEW VALUE).
Some of easy_configers' default behavior may be changed in v2.6 to reduce the unexpected results and pitfall.
The pitfall
- allow_overwrite flag also allow you overwrite the entire section by a config value, most of case it should not a expected behavior, so we'll change it in v2.6 and you're NOT ALLOWED to overwrite the section.
Welcome to open a issue to describe the bug or unexpected behavior.
2.5.3
Not the stable version and the api documents is online in this release.
Known bug : the attribute not exists in AttributeDict will not raise NoAttribute error.
Already hot-fixed in version v2.5.4..
2.5.6
Although v2.5.4 could be considered as stable version in some degree, but we still change some behavior of sub-config loading, overwrite flag and readme in this version.
So, we recommend you to use this release as stable version...