Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.19 KB

Change log for naqsha

0.4.0.0 - pending

  • only supports cabal 3
  • Geo renamed to LatLon
  • reorganised the modules

[0.3.0.1] - 18 July 2019

  • expose modules from the main library module.

[0.3.0.0] - 28 June 2019

  • moved to a multi-library package.
  • license change from BSD-3-Clause to (Apache-2.0 OR BSD-3-Clause) dual licensing.
  • tweaks to make it work with base 4.11.

0.2.0.1 - 24 July, 2017

  • minor tweaks to make it build with older ghc (i.e. pre-"Monoids and Applicatives in Prelude)

0.2.0.0 - 22 July, 2017

  • Overall change in module structure.
    • Naqsha.Position becomes Naqsha.Geometry.Coordinate
  • Support for geohash

0.1.0.0 - 6th May, 2017

Very first release of naqsha.

  • Basic Geo types, Angles, Latitudes and Longitudes

  • Haversine distance calculation.