All Versions
25
Latest Version
Avg Release Cycle
135 days
Latest Release
1482 days ago

Changelog History
Page 2

  • v2.0.0 Changes

    September 20, 2018
    • Switch to using Data.Sequence instead of Data.Vector.Storable.
  • v2.0.x

  • v1.3.3 Changes

    August 30, 2018
    • Switch to using Data.Vector.Storable instead of lists,
    • GeoPositionWithoutCRS is now a sum type (Empty, XY, XYZ, or XYZM).
    • ๐Ÿ†• New public methods on LineString and LinearRing
      • toVector, combineVector, fromVector
      • map, foldr, foldMap (as they are nolonger Foldable, Functor, or Traversable)
  • v1.3.2

    August 29, 2018
  • v1.3.1 Changes

    • ๐Ÿ›  Fixed Validation dependency.
  • v1.3.x

  • v1.2.0 Changes

    • ๐Ÿ‘€ MultiPolygon, MultiPoint, MultiLine were all corrected as they weren't compliant with the spec (See here for reference).
  • v1.2.x

  • v1.1.1 Changes

    • ๐Ÿ“œ Added the LineString data type for use with GeoLine, now a GeoLine with less than 2 positions is a type error or a parse error, as it should be according to the spec
  • v1.1.0 Changes

    • Just some version bumps, the lens version bounds for the transformer library (<0.4) were causing some conflicts.