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

Changelog History
Page 4

  • v1.2.0.6 Changes

    December 04, 2014

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“š Minor changes in documentation about Polygons. #228 (alexDarcy)
  • v1.2.0.5 Changes

    November 17, 2014

    Full Changelog

    Implemented enhancements:

    • Path/trail intersection #209

    • Turn R2 into D2 (Generalize R2 to any numeric type) #50

    ๐Ÿ›  Fixed bugs:

    • Sectionable instance for SegTree is not a linear reparameterization. #217

    Closed issues:

    • bezierFromSweep very slow? #227

    • All lines render at same width #222

    • numerically stable cubic rootfinder #204

    ๐Ÿ”€ Merged pull requests:

  • v1.2.0.4 Changes

    October 08, 2014

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • โž• add semi-portable looping using fsnotify #213 (bergey)
  • v1.2.0.3 Changes

    September 07, 2014

    Full Changelog

    Closed issues:

    • arrowFromLocatedTrail function #205

    ๐Ÿ”€ Merged pull requests:

    • โž• Added arrowFromLocatedTrail #206 (pnutus)
  • v1.2.0.2 Changes

    August 22, 2014

    Full Changelog

    Implemented enhancements:

    • Generalize Angle class? #38

    ๐Ÿ›  Fixed bugs:

    • --selection and --src both use -s abbreviation #172

    Closed issues:

    • Spike arrowhead and tail render with oversized joint #203

    ๐Ÿ”€ Merged pull requests:

  • v1.2.0.1 Changes

    June 04, 2014

    Full Changelog

    Closed issues:

    • Local headLength / headGaps act like Output #193

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’… transform Local Measure in arrow styles #194 (bergey)
  • v1.1 Changes

    March 09, 2014

    Full Changelog

    ๐Ÿ†• New features

    • ๐Ÿ‘Œ Support for Deformations, arbitrary (non-affine) transformations on objects such as points, paths, and located trails (though not on diagrams).

    • ๐Ÿ†• New functions clipTo, which clips a diagram's envelope and trace along with its visual representation, and clipped, which clips the diagram's visual representation but replaces its envelope and trace with those of the clipping path.

    • ๐Ÿ†• New arrowV function, for creating an arrow with the direction and magnitude of a given vector.

    • gap traversal, for setting the head and tail gaps of an arrow simultaneously.

    • Generalized types for centerXY and snugXY, based on new basis function from `diagrams-core

    • ๐Ÿ†• New 3D Transforms, alignment, and 3D-specific Prelude.

    • ๐Ÿ†• New frame function similar to pad, but increases the envelope of a diagram by an amount specified in local units in every direction irrespective of the local origin.

    • ๐Ÿ†• New splitFills function for pushing fill attributes down to subtrees containing only loops (mostly of relevance only to backend implementors).

    ๐Ÿ†• New instances

    • Typeable instances for all data types that are used as diagram primitives.

    • ๐Ÿ›  Sectionable instance for FixedSegment.

    API changes

    • Angle is now a type, rather than a class. It uses a single internal representation for angles, and lenses turn, rad, and deg are supplied for constructing (using @@) and viewing (using ^.) Angles in various units. In addition, the Num instance for Angle has been removed, eliminating a class of errors where a bare number is interpreted in units other than what you expect.

    • โœ‚ Removed Num instance for angles.

    Dependency/version changes

    • Require lens >= 4.0.

    • ๐Ÿ‘ Allow array-0.5.

    • ๐Ÿ‘ Allow hashable-1.1.

    • โœ‚ Remove NumInstances dependency.

    ๐Ÿ› Bug fixes

    • Exclude joins in offsets on close segments (#160).

    • Exclude extra segment when joining loops in offset (#155).

    ๐ŸŽ Performance improvements

    • colorToSRGBA function now avoids expensive matrix operations, offering dramatic speedups in rendering diagrams with many color attributes.

    Implemented enhancements:

    • ๐Ÿ‘ Better color model in 3D #121

    • Projective/perspective transforms for points and paths #108

    • clipTo function #35

    ๐Ÿ›  Fixed bugs:

    Closed issues:

    • Expand of an expand #160

    ๐Ÿ”€ Merged pull requests:

  • v1.1.0.7 Changes

    May 15, 2014
    • ๐Ÿ‘ Allow semigroups-0.14
  • v1.1.0.6 Changes

    April 10, 2014
    • ๐Ÿ‘ Allow semigroups-0.13
  • v1.1.0.4 Changes

    April 04, 2014

    Full Changelog

    ๐Ÿ”€ Merged pull requests: