Skip to content

Releases: gnuvince/ppbert

0.12.1

24 Nov 20:58
Compare
Choose a tag to compare
Release ppbert 0.12.1

0.11.0

05 Jun 16:17
Compare
Choose a tag to compare
Release ppbert 0.11.0

Release ppbert 0.10.0

24 May 21:02
Compare
Choose a tag to compare
- INTERFACE: Use file extension to decide which parser to use

Release ppbert 0.9.4

19 Apr 22:02
Compare
Choose a tag to compare
- INTERNALS: fix warnings about Error::description() starting from Rust 1.42.0

Release ppbert 0.9.3

17 Apr 01:43
Compare
Choose a tag to compare
- BUGFIX: Properly escape double quotes and backslashes in binary and
  string literals
- FEATURE: Display the atoms true and false as the JSON booleans
  rather than the strings "true" and "false

0.9.2

14 Feb 18:44
Compare
Choose a tag to compare
Release ppbert 0.9.2

0.9.1

14 Feb 18:29
Compare
Choose a tag to compare
- Add a GitHub Actions pipeline to create Linux, macOS and Windows bi…

0.9.0

22 Sep 17:06
Compare
Choose a tag to compare
Release ppbert 0.9.0

0.8.4

19 Sep 18:23
Compare
Choose a tag to compare
Bug fixes
  - Ensure that `ppbert` exits when a BrokenPipe error is encountered.
Performance improvements
  - Wrap `stdout` in a `BufWriter`; this improves the performance of outputting as Erlang by 2x and JSON by 1.15x.

0.8.3

06 Sep 02:38
Compare
Choose a tag to compare
New features
------------

- The parsing and the prettying printing for .bert2 and disk_log files
  are interleaved
- The filename is included in verbose messages (e.g., how long the
  parsing took)