2022-10-24 05:00:43 +03:00
|
|
|
# effectful-core-2.2.0.0 (2022-10-24)
|
2022-08-31 00:49:49 +03:00
|
|
|
* Change `PrimState` for `Eff` from `RealWorld` to `PrimStateEff` to prevent the
|
|
|
|
`Prim` effect from executing arbitrary `IO` actions via `ioToPrim`.
|
2022-10-23 03:31:41 +03:00
|
|
|
* Deprecate `(:>>)` as [GHC can't efficiently deal with type
|
|
|
|
families](https://github.com/haskell-effectful/effectful/issues/52#issuecomment-1269155485).
|
2022-10-23 03:18:18 +03:00
|
|
|
* Add support for the `Alternative` and `MonadPlus` instances for `Eff` via the
|
|
|
|
`NonDet` effect.
|
2022-08-31 00:49:49 +03:00
|
|
|
|
2022-08-22 17:03:21 +03:00
|
|
|
# effectful-core-2.1.0.0 (2022-08-22)
|
2022-08-17 18:56:47 +03:00
|
|
|
* Include the `e :> localEs` constraint in the `EffectHandler` to allow more
|
|
|
|
flexibility in handling higher order effects.
|
2022-08-19 19:49:12 +03:00
|
|
|
* Do not include internal stack frames in `throwError` from
|
|
|
|
`Effectful.Error.Dynamic`.
|
2022-08-17 18:56:47 +03:00
|
|
|
|
2022-08-12 21:15:39 +03:00
|
|
|
# effectful-core-2.0.0.0 (2022-08-12)
|
2022-08-03 15:09:07 +03:00
|
|
|
* Make storage references in the environment immutable.
|
|
|
|
* Remove `checkSizeEnv` and `forkEnv` from
|
|
|
|
`Effectful.Dispatch.Static.Primitive`.
|
2022-08-03 16:25:45 +03:00
|
|
|
* Add internal versioning of effects to prevent leakage of `unsafeCoerce`.
|
2022-08-04 16:36:22 +03:00
|
|
|
* Make `interpose` and `impose` properly interact with other handlers.
|
2022-08-03 15:09:07 +03:00
|
|
|
|
2022-07-28 21:01:15 +03:00
|
|
|
# effectful-core-1.2.0.0 (2022-07-28)
|
2022-07-28 04:14:14 +03:00
|
|
|
* Change `SuffixOf` to `SharedSuffix` and make it behave as advertised.
|
2022-07-28 04:33:07 +03:00
|
|
|
* Add `raiseWith`.
|
2022-07-28 04:14:14 +03:00
|
|
|
|
2022-07-19 14:29:14 +03:00
|
|
|
# effectful-core-1.1.0.0 (2022-07-19)
|
2022-07-18 16:41:15 +03:00
|
|
|
* Don't reset the `UnliftStrategy` to `SeqUnlift` inside the continuation of
|
|
|
|
`withEffToIO`.
|
2022-07-18 16:41:48 +03:00
|
|
|
* Add `withReader`.
|
2022-07-18 16:41:15 +03:00
|
|
|
|
2022-07-13 23:05:35 +03:00
|
|
|
# effectful-core-1.0.0.0 (2022-07-13)
|
|
|
|
* Initial release.
|