Releases: easco/configparser_ex
Releases · easco/configparser_ex
2.0.1
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.
2.0.0
The String.strip
method was deprecated in Elixir 1.5. I replaced calls to String.strip
with String.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.
Fix up comments
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.