Skip to content

Releases: easco/configparser_ex

2.0.1

20 Oct 03:17
Compare
Choose a tag to compare

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

25 Sep 18:48
Compare
Choose a tag to compare

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

26 Feb 11:00
Compare
Choose a tag to compare

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.