Changelog for StateVar-1.1.0.0
1.1
- Melded the API of
foreign-var0.1 with the API ofStateVar1.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 ato be directly employed as an instance ofHasGetter,HasUpdate, andHasSetter.