prettyprinter v1.6.0 Release Notes

Release Date: 2020-01-22 // about 4 years ago
  • 💥 Breaking changes

    • 🛠 Fix fuse's handling of annotated documents:
      • Don't remove annotations on empty documents.
      • Apply fusion within annotations.
    • 🛠 Fix layouting of hard linebreaks with Unbounded page widths.

    Non-breaking changes

    • Speed up group for documents containing linebreaks and previously
      grouped documents.
    • ➕ Add debugging helpers in Data.Text.Prettyprint.Doc.Internal.Debug
    • 📚 Documentation improvements and fixes