All Versions
15
Latest Version
Avg Release Cycle
166 days
Latest Release
1462 days ago

Changelog History
Page 2

  • v4.2.0

    October 08, 2015
  • v0.11.0.0 Changes

    • โž• Added makeAdaptorAndInstanceInferrable which has better inference properties, at the cost having to turn on UndecidableInstances. The tuple instances are now made by this method too.

    Please note that if you have written your own Default instances containing tuples they will no longer work, or may break in unexpected ways. For example, the following are no longer supported

      instance Default MyProfunctor (Foo, Bar) Baz
      instance Default MyProfunctor Foo,  (Bar, Baz)
    
  • v0.10.0.1 Changes

    • โž• Added Data.Profunctor.Product.Examples
  • v0.10.0.0 Changes

    • โœ‚ Removed ProductContravariant, AndArrow, defaultContravariantProduct, PPOfContravariant, unPPOfContravariant, cdef

    • ๐Ÿ—„ Deprecated defaultEmpty, defaultProfunctorProduct, defaultPoint

  • v0.9.0.0 Changes

    • โž• Added more ProductProfunctor/SumProfunctor instances including for types in Data.Bifunctor

    • โž• Added Data.Profunctor.Product.Adaptor which derives genericAdaptor with Generic

    • โž• Added ability to derive Default instance with Generic

    Sorry, we didn't track changes before version 0.9.0.0