All Versions
11
Latest Version
Avg Release Cycle
188 days
Latest Release
2009 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2 Changes
June 10, 2019- โ Added instances for
ForeignPtr
.
- โ Added instances for
-
v1.1.1.1 Changes
August 14, 2018- ๐ Relaxed upper version bound for
stm
.
- ๐ Relaxed upper version bound for
-
v1.1.1.0 Changes
April 20, 2018- ๐ Track recent move of
Contravariant
tobase
.
- ๐ Track recent move of
-
v1.1.0.4 Changes
April 13, 2016- โก๏ธ Corrected HasUpdate's superclass constraint.
-
v1.1.0.3 Changes
January 25, 2016- โ Removed a couple of redundant typeclass constraints.
-
v1.1.0.2 Changes
December 22, 2015- ๐ Relaxed upper version bound for
transformers
.
- ๐ Relaxed upper version bound for
-
v1.1.0.1 Changes
August 05, 2015- ๐ Documentation changes only.
-
v1.1.0.0 Changes
March 09, 2015- Melded the API of
foreign-var
0.1 with the API ofStateVar
1.0.1.1 - โก๏ธ Introduced
HasUpdate
, which permits a wider array of uses of these combinators, including usecases that must update atomically. - โก๏ธ Switched to multi-parameter typeclasses. This permits
Ptr a
to be directly employed as an instance ofHasGetter
,HasUpdate
, andHasSetter
.
- Melded the API of
-
v1.0.1.1 Changes
January 07, 2015- Infrastructure changes only.
-
v1.0.1.0 Changes
October 24, 2014- ๐ฆ Exposed
GettableStateVar
,SettableStateVar
andStateVar
constructors to make writing own instances possible. - โ Added
Functor
,Applicative
andMonad
instances forGettableStateVar
. - Various infrastructure improvements.
- ๐ฆ Exposed