View Source Changelog

v1.1.1

  • Refactored tests to separate files
  • Improved documentation

v1.1.0

  • Support for Encoding and Decoding atoms and tuples
  • Better distinction between parsing a list and a string, empty list is considered to be a string.
  • Issue #2 - BCODE-2 fix broken tests, fixed

v1.0.2

v1.0.1

  • Added badges for tests and code coverage

v1.0.0

  • Support for negative numbers.
  • Unit and integration tests.
  • Small bugfixes.

v0.1.5

  • Implemented support to decode a erlang term() and not only decoding from file.
  • Optimization of source code.

v0.1.0

  • First iteration of erl_bencode.
  • A implementation of both decoding and encoding bencode.