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.