Skip to content

Releases: bdvllrs/cfg-tools

0.3.0

30 Aug 13:48
ea7aca6

Choose a tag to compare

This adds the prefix "#" for interpolations.
So "#{a}" will be interpolated, but "{a}" won't.
To escape interpolation: "#{a}" will give "#{a}".

v0.2.0

14 Jun 14:14
ecf75e8

Choose a tag to compare

Breaking change:
Do not impose some default config files.
All files should be given to load_config_files (including local, debug and default if needed.)

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 Feb 15:15

Choose a tag to compare

Remove debug prints from the code

v0.1.0

27 Feb 15:08

Choose a tag to compare

Initial release