Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 2.35 KB

Changelog

0.6.0 - 2023-02-23

  • Update and fix common tests (#52)
  • Add streaming decode (#53)

0.5.5 - 2022-10-17

  • Fix credo and dialyzer warnings (#48)

0.5.4 - 2022-02-13

  • Remove deprecated config file (#35)

0.5.3 - 2020-02-07

0.5.2 - 2019-01-19

  • reverts #20 which introduced encoding bug (#22)
  • defensive guard checking in encoder (#21)

0.5.1 - 2018-11-30

  • Fix encoding of binary lists with trailing zeroes (#20)

0.5.0 - 2018-11-28

  • Optimize decoding (#19)

0.4.1 - 2018-11-27

  • Fix decoding of large binary lists introduced by changes in 0.4.0. (#17)

0.4.0 - 2018-11-23

  • Improve speed with list prefixing and tail-call optimizations. (#15)

0.3.1 - 2018-10-18

  • Upgrade elixir version. (#14)

0.3.0 - 2018-05-01

  • Remove protocols for Map because it overrides custom struct protocols. (#12)

0.2.1 - 2017-08-05

  • Improve typespecs to allow for integers as a valid value to encode in RLP. (#6)

0.2.0 - 2017-08-02

  • Breaking: added option to encode RLP to either hex strings ("8055FF") or binaries (<<0x80, 0x55, 0xFF>). The default is now :binary. (#3)
  • Added typespecs and additional test coverage through doctests. (#3)

0.1.1 - 2017-06-17