All Versions
61
Latest Version
Avg Release Cycle
91 days
Latest Release
1626 days ago

Changelog History
Page 1

  • v1.4.3 Changes

    November 06, 2019
    • โฌ†๏ธ 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
  • v1.4.3-r1

    February 10, 2020
  • v1.4.2 Changes

    December 20, 2017
    • ๐Ÿ†• 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
  • v1.4.2-r1 Changes

    December 20, 2017

    โœ… Hackage revision to allow tasty-1.0 in the test suite.

  • v1.4.2.3 Changes

    June 11, 2018
    • ๐Ÿ› Bug fix for extrudeEnvelope and friends (#316)
  • v1.4.2.2 Changes

    May 08, 2018
    • ๐Ÿ›  Fixes for GHC < 8.0
  • v1.4.2.1 Changes

    April 13, 2018
    • ๐Ÿ‘ Allow base-4.11 (GHC 8.4)
    • ๐Ÿ‘ Allow tasty-quickcheck-0.10
    • ๐Ÿ› Bug fix for Diagrams.TwoD.Offset.capArc (#310)
  • v1.4.1 Changes

    May 28, 2017
    • ๐Ÿ†• New functions embeddedImage and loadImageEmbBS for loading images.
    • ๐Ÿ›  Fix #289 which could have caused strange behavior in looped compilation mode on 32-bit platforms.
    • ๐Ÿ‘ Allow intervals-0.8 and directory-1.3.
    • ๐Ÿ›  Minor fixes to compile with GHC 8.2.
  • v1.4.1.2 Changes

    June 10, 2017
    • ๐Ÿ›  Fix test suite compilation failure #299.
  • v1.4.1.1 Changes

    June 06, 2017
    • ๐Ÿ›  Fix Diagrams.Points.centroid to make it total.
    • ๐Ÿ›  Fix bug in Diagrams.Transform.Matrix.fromMatWithInv (and hence also related functions which called it, such as fromMat22 and fromMat33).