Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 586 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 586 Bytes

1.1.0

  • Eterl now implements Codec and Converter.
  • Improved some performance issues.
  • Added benchmarks.
  • Streams can now be transformed using eterl.packer.

1.0.4

  • Close conversion sink when the underlying stream closes.

1.0.3

  • Decode JS BigInts as BigInts instead of string.
  • Fix some consistency issues.

1.0.2

  • Fix list creation and removal of decimal package.

1.0.1

  • Fix incorrect type casting.

1.0.0

  • Fix deserialisation and serialisation of BigInts.
  • Add example.

0.0.2

  • Fix bytes loosing reference.

0.0.1

  • Initial version.