Skip to content

Releases: snowleopard/selective

Version 0.7

05 Mar 02:31
Compare
Choose a tag to compare

0.7

  • Drop MonadTrans (ExceptT e) instance to allow transformers-0.6.1.
    See #70.

Version 0.6

19 Feb 06:05
9396a55
Compare
Choose a tag to compare

0.6

  • Start supporting GHC 9.4. See #66.
  • Add ComposeTraversable. See #65.
  • Make the Applicative instance of ComposeEither more interesting by relying on the Selective f constraint. See #64.
  • Make the Lift instance lazier. See #63.
  • Stop supporting GHC <= 8.6. See #62.
  • Add Control.Selective.Trans.Except transformer. See #39.

Version 0.5

04 Dec 00:43
Compare
Choose a tag to compare

0.5

  • Allow transformers-0.6, see #47.
  • Drop dependencies on mtl and tasty. See #45, #46.
  • Derive the stock Eq and Ord instances for Validation, see #43.
  • Add selectT, see #42.
  • Add more general instances for IdentityT and ReaderT. This is technically
    a breaking change because Selective is not a superclass of Monad. See #38.

Version 0.4.2

14 Mar 12:30
Compare
Choose a tag to compare

Minor documentation updates and implementation changes for GHC 9.0 compatibility.

Version 0.4.1.1

06 Jul 18:21
Compare
Choose a tag to compare

The only significant change is dropping an unused extension: #28.

Version 0.4.1

29 Mar 23:17
Compare
Choose a tag to compare

0.4.1

  • Allow newer QuickCheck.

Version 0.4

24 Feb 01:11
4f378fe
Compare
Choose a tag to compare

0.4

  • Add multi-way selective functors: Control.Selective.Multi.

Version 0.3

08 Jul 23:10
Compare
Choose a tag to compare

0.3

  • Add freer rigid selective functors: Control.Selective.Rigid.Freer.
  • Rename Control.Selective.Free.Rigid to Control.Selective.Rigid.Free.
  • Add free selective functors: Control.Selective.Free.
  • Switch to more conventional field names in SelectA and SelectM.

Version 0.2

13 May 23:16
Compare
Choose a tag to compare

0.2

  • Make compatible with GHC >= 8.0.2.
  • Add another free construction Control.Selective.Free.
  • Add several new Selective instances.

Version 0.1

07 Mar 02:23
Compare
Choose a tag to compare