rtfeldman / elm-iso8601-date-strings

Convert between ISO-8601 date strings and Time.Posix
https://package.elm-lang.org/packages/rtfeldman/elm-iso8601-date-strings/latest
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

Add an encoder and decoder #8

Closed reiner-dolp closed 5 years ago

reiner-dolp commented 5 years ago

Covers the probably most common use case.

reiner-dolp commented 5 years ago

@rtfeldman Requesting another review.

rtfeldman commented 5 years ago

Great, thanks @reiner-dolp!

rtfeldman commented 5 years ago

I renamed encoder to encode (since it's just a function) and published as 1.1.0! 🎉