All Versions
3
Latest Version
Avg Release Cycle
254 days
Latest Release
3176 days ago

Changelog History

  • v0.11.0 Changes

    August 09, 2015

    ๐Ÿš€ 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.

  • v0.10.1 Changes

    October 04, 2014

    ๐Ÿš€ 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.

  • v0.10.0 Changes

    March 19, 2014

    ๐Ÿš€ Second release candidate for my QuadTree library.

    ๐Ÿ“š It's still only a package candidate on Hackage. I'm still combing the code for bugs and the documentation for errors.

    ๐Ÿš€ Edit: Released!