Skip to content

v0.2

Compare
Choose a tag to compare
@williamthome williamthome released this 27 Oct 21:02
· 221 commits to main since this release

The encode now returns a tuple {ok, binary()} or {error, term()} instead of a binary() or raise if an error occurs. This change is to unify the encode and decode results.