diagrams-lib v1.4.3 Release Notes

Release Date: 2019-11-06 // over 4 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