aoc-0.3.0.0: CHANGELOG.md
# Revision history for aoc
## 0.3.0.0 -- 2025-13-25
* Moved binToDec to the parsing category
* Changed type constraints in memoization functions from Hashable to Ord (this should fix a <<loop>> bug!)
* Added rangeSubtract
* Added point, polygon and directed/undirected graph visualization tools
## 0.2.1.0 -- 2025-08-25
* Added ComplexL1 datatype
## 0.2.0.0 -- 2025-03-26
* Removed shortestDistanceOnMagma and shortestPathsOnMagma
* Added shortestDistanceWith and shortestPathsWith
* Removed Enum constraints on neighbours8, neighbours26, and all enumeration functions.
* Added generalized n-dimensional taxicab function
* Added enumerate functions that return pairs instead of triples
* Fixed floodFill and floodFillWith
* Fixed choose and permute
* Added pretty print functions
* Added basic list operations (takeEvery and chunk)
* Added traceSleep
* Added memoization for functions with multiple arguments
## 0.1.0.1 -- 2025-03-26
* Exported HashMap and Set types to prevent conflicts in type signatures
## 0.1.0.0 -- 2025-03-16
* First version. Released on an unsuspecting world.