monoidal-containers v0.6 Release Notes

Release Date: 2019-08-27 // over 4 years ago
    • Deprecates 0.5.* and reverts behavior of fromList, insert, mapKeys, etc. to match behavior in Data.Map. The only difference in behavior between Data.Map.Monoidal.MonoidalMap and Data.Map.Map is now the semigroup and monoid instances (as was the case in 0.4 and earlier).
    • Fix the argument order of Data.HashMap.Monoidal.insert
    • Remove Data.HashMap.Monoidal.insertOrReplace as it is now identical to Data.HashMap.Monoidal.insert
    • Added Data.HashMap.Monoidal.insertWith and Data.HashMap.Monoidal.fromListWith

Previous changes from v0.5.0.1

    • Add a flag, split-these, to select whether to use the new "these"/"semialign" packages or the older combined "these" package.
    • Add default.nix to make it easier to hack on this package in nix