Skip to content

2.0.0

Compare
Choose a tag to compare
@easco easco released this 25 Sep 18:48
· 17 commits to master since this release

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.