1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Version 0.3.1 (17 October 2015)
* Added update and adjust functions (thanks to koral)
Version 0.3.0 (12 Mar 2015)
* Added map functions
Version 0.2.4 (25 Aug 2008)
* added filter and partition
Version 0.2.3 (1 Jul 2008)
* added fromAscPairList and fromAscPairListUnchecked
(thanks to Janis Voigtländer)
* more tests for min/max functions (thanks to Jochem Berndsen)
Version 0.2.2 (18 Jun 2008)
* added min/max functions (thanks to Jochem Berndsen)
* added tryInsert
* added fromAList
* more tests for existing functionality
Version 0.2.1 (6 Feb 2008)
* removed MTL dependency
* removed Control.Arrow dependency
* now Haskell 98, modulo "foldl'" and hierarchical modules
* added toMap and toMapR
* added big-O comments
* added "version" info in function comments
Version 0.2 (5 Feb 2008)
* large, incompatible interface overhaul
* GHC 6.8 support
* Eq instance
Version 0.1 (4 Feb 2008)
* initial release
* Data.Bimap and test suite
|