All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.2.2.0 Changes
July 9, 2020
๐ https://github.com/mstksg/mutable/releases/tag/v0.2.2.0
- Bugfix: Generics mechanisms for
MutBranch
for data types with more than two constructors fixed.
- Bugfix: Generics mechanisms for
-
v0.2.1.0 Changes
July 6, 2020
๐ https://github.com/mstksg/mutable/releases/tag/v0.2.1.0
- Use TH to generate tuple instances for
Mutable
up to 12. - Use TH to generate
ListRefTuple
instances for lists up to length 12. Previously the instances up to the maximum length ofMutable
tuple instances were missing.
- Use TH to generate tuple instances for
-
v0.2.0.0 Changes
July 5, 2020
๐ https://github.com/mstksg/mutable/releases/tag/v0.2.0.0
- Demonadification: Revamp the typeclass system to be parameterized on the
s
PrimState
state token, and not the monad itself.
- Demonadification: Revamp the typeclass system to be parameterized on the
-
v0.1.0.1 Changes
February 11, 2020February 11, 2020
๐ https://github.com/mstksg/mutable/releases/tag/v0.1.0.1
- Update to work with generic-lens-2.0.0.0 and generic-lens-core-2.0.0.0.