You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release ppbert 0.9.3
- 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.8.4
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.