PR #26: Close body always after request
This patch ensures that in LoadURL
the response body is always closed.
Thanks to @liubog2008 for the patch.
PR #26: Disable expansion during loading
This adds the option to disable property expansion during loading.
Thanks to @kmala for the patch.
PR #29: Reworked expansion logic to handle more complex cases.
See PR for an example.
Thanks to @yobert for the fix.
PR #28: Support duplicate expansions in the same value
Values which expand the same key multiple times (e.g. key=${a} ${a}
) will no longer fail
with a circular reference error
.
Thanks to @yobert for the fix.
Issue #23: Ignore blank lines with whitespaces
PR #24: Update keys when DisableExpansion is enabled
Thanks to @mgurov for the fix.
$USER