Skip to content

Releases: BrunoSilvaAndrade/python-config-parser

Release v3.1.6

01 Aug 17:17
1b080e4

Choose a tag to compare

Release v3.1.5

01 Aug 16:37
1b080e4

Choose a tag to compare

3.1.5 (2025-08-01)

Release v3.1.4

01 Aug 16:33
1b080e4

Choose a tag to compare

3.1.4 (2025-08-01)

Bug Fixes

  • fix flake8 error (e76dda7)
  • fix incorrect matching env var strings with dollar sign (9cf62ef)

Release v3.1.3

07 Feb 02:08
99fe3a4

Choose a tag to compare

3.1.3 (2024-02-07)

Bug Fixes

  • doc: Fixing documentation on README.md (2eff852)

Release v3.1.2

07 Dec 19:20
7807adc

Choose a tag to compare

3.1.2 (2023-12-07)

Bug Fixes

  • change python version in pipeline tests (c194b99)

Release v3.1.1

15 Aug 14:57
b737cbe

Choose a tag to compare

3.1.1 (2022-08-15)

Bug Fixes

  • Simplifying if with re conditions (e42f8d8)
  • package: Unifying the whole code in a unique file. (29f6870)

Release v3.1.0

15 Jul 01:44
c8cfc76

Choose a tag to compare

3.1.0 (2022-07-15)

Features

  • add pre-commit hook to execute tests (2485802)
  • Adding a switch to ignore env vars which was not found (9411646)

Bug Fixes

  • alter dependence between requirements files (f9a5cbe)
  • create requirements to environment of dev (4b30bdd)

Release v3.0.2

14 Jul 02:14
b570395

Choose a tag to compare

3.0.2 (2022-07-14)

Documentation

  • README: Make readme better (152a1e8)

Release v3.0.1

13 Jul 22:01
bd15283

Choose a tag to compare

3.0.1 (2022-07-13)

Documentation

  • README: Changing README.md' script references from ConfigParser to configparser (d438f90)

Release v3.0.0

13 Jul 21:49
b36b4f5

Choose a tag to compare

3.0.0 (2022-07-13)

⚠ BREAKING CHANGES

  • api: A class which provides the ConfigValue Object was not a good deal
    Now there's a default package object called configparser which gives a Config(old ConfigValue) object

Bug Fixes

  • api: Renaming classes and creating a default package object (b5ad816)