mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-12-03 13:05:09 +03:00
Release polysemy-0.6.0.0
This commit is contained in:
parent
210d8d6a35
commit
082ed39e85
14
ChangeLog.md
14
ChangeLog.md
@ -1,5 +1,19 @@
|
||||
# Changelog for polysemy
|
||||
|
||||
## 0.6.0.0 (2019-07-04)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Changed the type of `runBatchOutput` to be more useful (thanks to @Infinisil)
|
||||
|
||||
### Other Changes
|
||||
|
||||
- **THE ERROR MESSAGES ARE SO MUCH BETTER** :party: :party: :party:
|
||||
- Added `runEmbedded` to `Polysemy.IO`
|
||||
- Added `runOutputAsList` to `Polysemy.Output` (thanks to @googleson78)
|
||||
- Asymptotically improved the performance of `runTraceAsList` (thanks to
|
||||
@googleson78)
|
||||
|
||||
## 0.5.1.0 (2019-06-28)
|
||||
|
||||
- New combinators for `Polysemy.Error`: `fromEither` and `fromEitherM`
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: polysemy
|
||||
version: 0.5.1.0
|
||||
version: 0.6.0.0
|
||||
github: "isovector/polysemy"
|
||||
license: BSD3
|
||||
author: "Sandy Maguire"
|
||||
|
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: 43c0dbcf838e069641aed60c831928cae41286cc7ec30ca3db9077e9153a9cf4
|
||||
-- hash: fd80d4218e2d56a0c2af9f4bd89fc79c0ebce4fe968415430a6009ee91205586
|
||||
|
||||
name: polysemy
|
||||
version: 0.5.1.0
|
||||
version: 0.6.0.0
|
||||
synopsis: Higher-order, low-boilerplate, zero-cost free monads.
|
||||
description: Please see the README on GitHub at <https://github.com/isovector/polysemy#readme>
|
||||
category: Language
|
||||
|
Loading…
Reference in New Issue
Block a user