All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v1.5.1 Changes
- ๐ GHC 8.8.2 support.
-
v1.5.0 Changes
- ๐ฅ Breaking: Removed the
distance
function. - Regenerated schema code to match modern versions of
protocol-buffers
.
- ๐ฅ Breaking: Removed the
-
v1.4.0 Changes
- ๐ฅ Breaking:
Feature
is now explicit about whatVector
type it holds - ๐ Performance improvements
- ๐ฅ Breaking:
-
v1.2.0 Changes
July 28, 2016Front End
VectorTile
now holds a lazyMap
internally, instead of aVector
. Use
theix
Lens, giving it a layer name, to hone in on individual Layers
quickly.๐ Users can optionally use the new
fromProtobuf
function directly from
Geography.VectorTile.Protobuf
if they wish to be semantically explicit
about the backend conversion. Otherwise, they can still use the top-level
tile
function.Back End
๐ Reworked internals for Protobuf conversion. Most code moved to an
Internal
module. -
v1.2.0.3 Changes
- ๐ Performance improvements during metadata encoding.
-
v1.2.0.2 Changes
- โฌ๏ธ Bump
vector
upper bound.
- โฌ๏ธ Bump
-
v1.2.0.1 Changes
- โ Remove the redundant
Monoid
instance forPoint
.
- โ Remove the redundant
-
v1.1.1 Changes
- โ Removed the
StrictData
pragma. Turns out laziness is faster.
- โ Removed the