Skip to content

Releases: koalamer/conust

Readme fix

26 Aug 09:09
bd0e993
Compare
Choose a tag to compare
Merge pull request #3 from antoniopresto/patch-1

Update README.md

v2.0.0

14 Dec 18:24
Compare
Choose a tag to compare

Encode and Decode have been renamed to EnocdeToken and DecodeToken to emphasize what they are for. Both now check the input and return ok=false on an error instead of letting a panic occur.
Got rid of intermediate interface and is now using the Codec struct directly.