Skip to content

Releases: MechanicalRabbit/PrettyPrinting.jl

v0.4.2

19 Feb 02:58

Choose a tag to compare

PrettyPrinting v0.4.2

Diff since v0.4.1

  • Fix serializing (x -> y)(z).

v0.4.1

14 May 21:25

Choose a tag to compare

  • Enable precompilation.

v0.4.0

07 Mar 16:48

Choose a tag to compare

  • Serialize multi-line strings as triple-quoted literals.
  • Require Julia ≥ 1.6.

v0.3.2

05 Apr 22:39

Choose a tag to compare

  • Fixed emitting let with a definition block.

v0.3.1

05 Apr 04:49

Choose a tag to compare

  • Wrap the type argument of ref in parentheses, if necessary.

v0.3.0

30 Mar 08:44

Choose a tag to compare

  • Formatting custom objects with quoteof().
  • Formatting of Expr objects.
  • Formatting of Set objects.

v0.2.1

10 Dec 01:32

Choose a tag to compare

  • Minor performance improvements.

v0.2.0

24 Oct 03:04

Choose a tag to compare

  • Added pprintln() (thanks to tlienart).

v0.1.0

20 Feb 01:59

Choose a tag to compare

  • Initial release.