- Fix serializing
(x -> y)(z)
.
- Enable precompilation.
- Serialize multi-line strings as triple-quoted literals.
- Require Julia ≥ 1.6.
- Fixed emitting
let
with a definition block.
- Wrap the type argument of
ref
in parentheses, if necessary.
- Formatting custom objects with
quoteof()
. - Formatting of
Expr
objects. - Formatting of
Set
objects.
- Minor performance improvements.
- Added
pprintln()
(thanks to tlienart).
- Initial release.