All Versions
3
Latest Version
Avg Release Cycle
118 days
Latest Release
2521 days ago
Changelog History
Changelog History
-
v2.0.1 Changes
October 20, 2017๐ Contains a small bug fix when parsing from a string. The library would leave the StringIO device open which caused unused processes to accumulate. @vietkungfu added a bug fix which closes the device.
-
v2.0.0 Changes
September 25, 2017๐ The
String.strip
method was deprecated in Elixir 1.5. I replaced calls toString.strip
withString.trim
. This means that the library is now limited to Elixir 1.3 and above so I bumped the major version number as this may be a breaking change for some folks. -
v1.0.0 Changes
February 26, 2017๐ This release incorporates a pull request from a contributor that fixes the way comments are handled so that it is more in line with the Python configparser spec. As this represents a potentially incompatible change from the previous version, the major version number was bumped.