All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-

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.
  • v1.4.0 Changes

    • ๐Ÿ’ฅ Breaking: Feature is now explicit about what Vector type it holds
    • ๐ŸŽ Performance improvements
  • v1.2.0 Changes

    July 28, 2016

    Front End

    VectorTile now holds a lazy Map internally, instead of a Vector. Use
    the ix 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.
  • v1.2.0.1 Changes

    • โœ‚ Remove the redundant Monoid instance for Point.
  • v1.1.1 Changes

    • โœ‚ Removed the StrictData pragma. Turns out laziness is faster.