Changelog of @hackage/WeakSets 1.1.3.0

Revision history for Sets

0.1.0.0 -- 2022-07-12

  • First version. Released on an unsuspecting world.

1.0.0.0 -- 2022-07-17

  • Data.WeakSet and Data.WeakMap are now valid alternatives to Data.Set and Data.Map.

1.1.0.0 -- 2022-07-19

  • Correction of wrong function declaration of (|^|)

1.1.1.0 -- 2022-07-19

  • Implementation of drop, take and splitAt

1.1.2.0 -- 2022-07-19

  • Addition of weakMapFromSet and correction of WeakMap Show instance.

1.1.3.0 -- 2022-07-20

  • Addition of inverse and pseudoInverse functions.