diagrams-lib v1.4.3 Release Notes

Release Date: 2019-11-06 // over 3 years ago
    • ⬆️ Bumps to upper bounds, to allow building with:
      • base-4.13 (tested with GHC 8.8.1)
      • intervals-0.9
      • semigroups-0.19
      • hashable-1.3
    • 🛠 Many bug fixes, including
      • #313 (combineBoundaries)
      • #322, #329 (section)
      • #325 (Bezier/Bezier intersection)
      • #339 (perspectiveZ1)
    • ➕ Added derived Eq and Ord instances for FixedSegment

Previous changes from v1.4.2

    • 🆕 New functions:
      • boxGrid, for computing a grid of regularly spaced points.
      • scalingRotationTo and scaleRotateTo, for affine conformal 2D transformations.
    • 📚 Documentation fixes:
      • dirBetween
      • PolyOrientation
    • ⚡️ Upper bound updates: allow tasty-0.12, tasty-quickcheck-0.9, tasty-hunit-0.10, optparse-applicative-0.14
    • ✅ Test with GHC 8.2.2