All Versions
11
Latest Version
1.2
Avg Release Cycle
188 days
Latest Release
2009 days ago

Changelog History
Page 1

  • v1.2 Changes

    June 10, 2019
    • โž• Added instances for ForeignPtr.
  • v1.1.1.1 Changes

    August 14, 2018
    • ๐Ÿ˜Œ Relaxed upper version bound for stm.
  • v1.1.1.0 Changes

    April 20, 2018
    • ๐Ÿšš Track recent move of Contravariant to base.
  • 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.
  • 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 of StateVar 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 of HasGetter, HasUpdate, and HasSetter.
  • v1.0.1.1 Changes

    January 07, 2015
    • Infrastructure changes only.
  • v1.0.1.0 Changes

    October 24, 2014
    • ๐Ÿ”ฆ Exposed GettableStateVar, SettableStateVar and StateVar constructors to make writing own instances possible.
    • โž• Added Functor, Applicative and Monad instances for GettableStateVar.
    • Various infrastructure improvements.