We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ea7aca6
There was an error while loading. Please reload this page.
This adds the prefix "#" for interpolations. So "#{a}" will be interpolated, but "{a}" won't. To escape interpolation: "#{a}" will give "#{a}".
ecf75e8
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.)
load_config_files
Full Changelog: v0.1.1...v0.2.0
6afb3d2
Remove debug prints from the code
2aa8022