Skip to content

Releases: bw2/ConfigArgParse

1.1

15 Mar 11:31
@bw2 bw2
Compare
Choose a tag to compare
1.1
  • Merged ConfigparserConfigFileParser - PR #173 - which adds support for python's Configparser config file format

1.0.1

15 Mar 11:19
@bw2 bw2
Compare
Choose a tag to compare
add 3.8 to travis config

1.0

30 Dec 05:17
@bw2 bw2
Compare
Choose a tag to compare
1.0
increment version. Seems like a good time to call this v1.0.

0.15.2: Merge pull request #166 from Savlik/issue-137

08 Dec 16:33
@bw2 bw2
d10b34f
Compare
Choose a tag to compare
Dash supported as first char of argument

0.15.1

08 Oct 14:51
@bw2 bw2
Compare
Choose a tag to compare
updated version to 0.15.1

0.15.0

08 Oct 14:09
@bw2 bw2
Compare
Choose a tag to compare
incremented version to 0.15

0.14.0

13 Jan 16:11
@bw2 bw2
Compare
Choose a tag to compare
updated version to 0.14.0

0.13.0

04 Feb 18:30
@bw2 bw2
Compare
Choose a tag to compare
updated version to 0.13.0

0.12.0

12 May 12:22
@bw2 bw2
Compare
Choose a tag to compare
updated version to 0.12

release #3

05 Sep 07:18
@bw2 bw2
Compare
Choose a tag to compare
  • moved existing config file parsing logic into DefaultConfigFileParser, and added YAMLConfigFileParser. The config file format can now be selected by setting the config_file_parser_class constructor arg to one of these Parser classes.
  • fixes for various bugs mostly related to config file parsing (see closed Issues). Thanks to @dwfreed @TimZehta @wcastello and others for the pull requests.