Changelog for toolbox-0.5.0.0

Changelog for toolbox

v0.5.0.0

update to GHC 9.6

v0.4.0.0

Remove Month in favour of the one found in newer version of time.

Also update to Cabal 3.6, and remove Stack project

v0.3.1.0

Add groupAll :: (Ord a) => [a] -> [NonEmpty a]

v0.3.0.0

Removes monoidal containers (Data.Map.Monoidal.*, Data.IntMap.Monoidal.*) from the package in favour of monoidal-containers and deep-map.

v0.2.0.0

This release delivers a strict, nested map type called DeepMap, parametrized by a type-level list of keys reaching a single value type, which is ideally a Semigroup. The interface is presented in the style of Data.Map from the containers package, with additional versions of common functions for ease of use with DeepMaps of depth up to 5.

v0.1.2.0

New functions:

v0.1.1.0

New functions:

v0.1.0.0

The first release contains a small selection of useful functions over the base libraries, as well as convenient alternative class implementations for map types from the containers library.