Skip to content

Releases: HuangChiEn/easy_config

v2.6.0 pre-release

09 Feb 10:47
Compare
Choose a tag to compare

hot-fix following issue :

  1. commendline arguments will be real-time update, interpolated arguments will also be affected.
  2. overwrite section by commendline arguments will be prohibited behavior in this version.

v2.5.6-complete-doc

05 Jan 05:05
Compare
Choose a tag to compare

completed doc in multiple langs.

2.5.6:doc_pre-release

29 Dec 09:25
Compare
Choose a tag to compare

The pre-release docs in all language are avaliable!

v2.5.6-hotfix-announcement

28 Jan 06:23
Compare
Choose a tag to compare

The following bug will be fixed in v2.6.

Known bug list :

  1. 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

  1. 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

17 Sep 02:56
Compare
Choose a tag to compare
2.5.3 Pre-release
Pre-release

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

24 Dec 10:00
Compare
Choose a tag to compare

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...