QuadTree v0.11.0 Release Notes

Release Date: 2015-08-09 // over 8 years ago
  • ๐Ÿš€ The major change to this release is that the really ugly monolithic getter/setter coupling that awkwardly imitated a lens has been replaced with a proper set of idiomatic, modular lenses. The code's a lot cleaner and smaller as a result, and allows the trivial implementation of some extra functions... one of which I included in the package gratis (mapLocation).

    ๐Ÿšš In addition to some general spring cleaning / package maintenance (updating build dependencies, removing imports rendered unnecessary by GHC 7.10), I've moved the library to BSD3.

    This should make it easier for anyone looking to use the library without worrying about GPL consistency.


Previous changes from v0.10.1

  • ๐Ÿš€ First new release since the library's debut.

    ๐Ÿ“š This is mostly a maintenance release: dependency updates, minor documentation tweaks, updated contact details, etc.

    ๐Ÿ”„ Changed declared stability from "experimental" to "stable". Feels good.