Skip to content

v2.0.0

Compare
Choose a tag to compare
@koalamer koalamer released this 14 Dec 18:24
· 4 commits to master since this release

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.