All Versions
37
Latest Version
Avg Release Cycle
59 days
Latest Release
745 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.6.0.1 Changes
January 07, 2013๐ Fixed bugs:
- "type instance V (Point v) = v" is not visible without explicit import. #17
๐ Merged pull requests:
-
v0.5 Changes
March 09, 2012๐ New features:
- New
Juxtaposable
class - New
NullBackend
andD
types, for conveniently giving a monomorphic type to diagrams when we don't care which one it is. - #27: Change type of
adjustDia
to return a new options record (with an explicitly filled-in size)
- New
๐ New instances:
Enveloped
,HasOrigin
,Juxtaposable
,HasStyle
, andTransformable
instances forSet
s and tuplesV Double = Double
Juxtaposable
andBoundable
instances forMap
API changes
AnnDiagram
renamed toQDiagram
- #61: terminology change from "bounds" to "envelope"
boundary
->envelopeP
- "bounding region" -> "envelope"
Bounds
->Envelope
Boundable
->Enveloped
getBounds
->getEnvelope
- etc.
- Split out definition of
Point
into separate package (vector-space-points
) - The
Point
constructorP
is no longer exported fromGraphics.Rendering.Diagrams
. See theDiagrams.TwoD.Types
module fromdiagrams-lib
for new tools for working with abstract 2D points. If you really need theP
constructor, importGraphics.Rendering.Diagrams.Points
. - Name-related functions now return "located bounding functions" instead of pairs of points and bounds, to allow for future expansion.
Dependency/version changes:
vector-space
0.8 is now required.- Bump base upper bound to allow 4.5; now tested with GHC 7.4.1.
๐ Bug fixes:
- Bug fix related to empty envelopes
-
v0.4 Changes
October 23, 2011- ๐ improved documentation
- a few new instances (Newtype Point, Boundable Point)
- ๐ new functions (value, clearValue, resetValue) for working with alternate query monoids
-
v0.3 Changes
June 18, 2011- big overhaul of name maps:
- allow arbitrary types as atomic names
- carry along bounding functions as well as names in NameMaps
- additional functions for querying information associated with names
- ๐ fix for issue #34 (fix behavior of setBounds)
- Transformable and HasOrigin instances for Transformations
- big overhaul of name maps:
-
v0.2 Changes
June 03, 2011- bounding regions can now be overridden
- ๐ new namePoint function for more flexibly assigning names to arbitrary points
- โ add HasStyle, Boundable, and HasOrigin instances for lists
- โ add a "trivial backend"
- transformable attributes
-
v0.1.1 Changes
May 18, 2011- ๐ link to new website
-
v0.1 Changes
May 17, 2011- ๐ initial preview release
* This Change Log was automatically generated by (and hand edited) github_changelog_generator