Skip to content

Releases: henriquelino/configjy

v0.1.0.6

18 Jul 17:18
Compare
Choose a tag to compare

Changed

  • Changed default print created variables to False

v0.1.0.5

02 Mar 12:32
Compare
Choose a tag to compare

Fixed

  • reload method wasn't updating file so it doesnt work, now reload also reopens the source file

v0.1.0.4

02 Mar 01:41
Compare
Choose a tag to compare

Changed

  • Migrate setup.cfg to pyproject.toml
  • yapf and flake8 using another configuration
  • now loads the file and then load the var, this should make easier for later loads directly a dict instead of a file
  • tests fixtures changed to a specific file to clean test file a little

Fixed

  • logger.warn changed to logger.warning as DeprecationWarning warns

v0.1.0.3

15 Dec 12:13
Compare
Choose a tag to compare

Changed

  • Changed possible_config_file log level from critical to debug

v0.1.0.2

13 Dec 21:00
Compare
Choose a tag to compare

Changed

  • readme example was using wrong import

v0.1.0.1

13 Dec 20:53
Compare
Choose a tag to compare

Added

  • First version

v0.1.0

13 Dec 20:48
Compare
Choose a tag to compare

Added

  • First version