purescript-contrib/purescript-argonaut-codecs

decodeMaybe no longer exported.

cprichmond opened this issue · 1 comments

I noticed when you went from v0.6.1 to v1.0.0 of the library the function decodeMayberemains in the codebase but it is no longer exported.

https://github.com/purescript-contrib/purescript-argonaut-codecs/blob/master/src/Data/Argonaut/Decode/Class.purs#L143

The decodeMaybe function now seems to be orphaned as it's not called anywhere else in the code as far as I can tell. Was this intentional or just an oversight?

Thanks,

Chris.

garyb commented

Fixed in #21. Thanks for pointing it out, it was just left in an oversight!