|
3 | 3 | `co-log-core` uses [PVP Versioning][1].
|
4 | 4 | The change log is available [on GitHub][2].
|
5 | 5 |
|
6 |
| -## 0.x.y.z — Unreleased |
| 6 | +## 0.3.2.1 — Oct 20, 2023 |
7 | 7 |
|
8 |
| -- [#29](https://github.com/co-log/co-log-core/issues/29): |
9 |
| - Support GHC-9.6. |
| 8 | +## What's Changed |
| 9 | +* Relax doctest boundaries. by @alaendle in [#32](https://github.com/co-log/co-log-core/pull/32) |
| 10 | +* GA(deps): Bump actions/checkout from 3 to 4 by @dependabot in [#35](https://github.com/co-log/co-log-core/pull/35) |
| 11 | +* Allow doctest-0.22 by @Vekhir in [#36](https://github.com/co-log/co-log-core/pull/36) |
| 12 | +* [#29] Support GHC 9.6 by @vrom911 in [#33](https://github.com/co-log/co-log-core/pull/33) |
| 13 | +* Support ghc-9.8 by @alaendle in [#37](https://github.com/co-log/co-log-core/pull/37) |
| 14 | +* Publish to hackage directly from GitHub by @alaendle in [#38](https://github.com/co-log/co-log-core/pull/38) |
10 | 15 |
|
| 16 | +## New Contributors |
| 17 | +* @Vekhir made their first contribution in https://github.com/co-log/co-log-core/pull/36 |
| 18 | + |
| 19 | +**Full Changelog**: https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1 |
11 | 20 | ## 0.3.2.0 — Nov 2, 2022
|
12 | 21 |
|
13 | 22 | - [#25](https://github.com/co-log/co-log-core/issues/25):
|
@@ -39,71 +48,71 @@ The change log is available [on GitHub][2].
|
39 | 48 |
|
40 | 49 | ## 0.2.1.1 — Apr 18, 2020
|
41 | 50 |
|
42 |
| -- [#186](https://github.com/kowainik/co-log/issues/186): |
| 51 | +- [#186](https://github.com/co-log/co-log/issues/186): |
43 | 52 | Support GHC-8.10.1.
|
44 | 53 |
|
45 | 54 | ## 0.2.1.0 — Jan 19, 2020
|
46 | 55 |
|
47 |
| -- [#139](https://github.com/kowainik/co-log/issues/139): |
| 56 | +- [#139](https://github.com/co-log/co-log/issues/139): |
48 | 57 | Add (unrepresentable) `Functor` instance for `LogAction` with the
|
49 | 58 | custom type-error.
|
50 | 59 | (by [@vrom911](https://github.com/vrom911))
|
51 |
| -- [#148](https://github.com/kowainik/co-log/issues/148): |
| 60 | +- [#148](https://github.com/co-log/co-log/issues/148): |
52 | 61 | Support GHC-8.8.2.
|
53 | 62 | (by [@chshersh](https://github.com/chshersh))
|
54 |
| -- [#122](https://github.com/kowainik/co-log/issues/122): |
| 63 | +- [#122](https://github.com/co-log/co-log/issues/122): |
55 | 64 | Add the `separate` combinator.
|
56 | 65 | (by [@vrom911](https://github.com/vrom911))
|
57 |
| -- [#125](https://github.com/kowainik/co-log/issues/125): |
| 66 | +- [#125](https://github.com/co-log/co-log/issues/125): |
58 | 67 | Add monadic versions of contravariant functions.
|
59 | 68 | (by [@piq9117](https://github.com/piq9117))
|
60 |
| -- [#138](https://github.com/kowainik/co-log/issues/138): |
| 69 | +- [#138](https://github.com/co-log/co-log/issues/138): |
61 | 70 | Add `hoistLogAction` — higher-order transformation function.
|
62 | 71 | (by [@jiribenes](https://github.com/jiribenes))
|
63 |
| -- [#123](https://github.com/kowainik/co-log/issues/123): |
| 72 | +- [#123](https://github.com/co-log/co-log/issues/123): |
64 | 73 | Write default implementation to `getLogAction` via `logActionL`.
|
65 | 74 | (by [@SanchayanMaity](https://github.com/SanchayanMaity))
|
66 | 75 |
|
67 | 76 | ## 0.2.0.0 — May 5, 2019
|
68 | 77 |
|
69 |
| -- [#85](https://github.com/kowainik/co-log/issues/85): |
| 78 | +- [#85](https://github.com/co-log/co-log/issues/85): |
70 | 79 | Move `overLogAction` to `HasLog` typeclass
|
71 |
| -- [#101](https://github.com/kowainik/co-log/issues/101): |
| 80 | +- [#101](https://github.com/co-log/co-log/issues/101): |
72 | 81 | Add `logActionL` lens with default implementation to `HasLog` type class.
|
73 |
| -- [#99](https://github.com/kowainik/co-log/issues/99): |
| 82 | +- [#99](https://github.com/co-log/co-log/issues/99): |
74 | 83 | Add comonadic combinators: `duplicate` and `multiplicate`.
|
75 |
| -- [#78](https://github.com/kowainik/co-log/issues/78): |
| 84 | +- [#78](https://github.com/co-log/co-log/issues/78): |
76 | 85 | Improve documentation significantly.
|
77 | 86 |
|
78 | 87 | ## 0.1.1 — Nov 15, 2018
|
79 | 88 |
|
80 |
| -- [#63](https://github.com/kowainik/co-log/issues/63): |
| 89 | +- [#63](https://github.com/co-log/co-log/issues/63): |
81 | 90 | Add `logPrint`, `logPrintStderr`, `logPrintHandle` and `withLogPrintFile` to `Colog.Core.IO`.
|
82 |
| -- [#46](https://github.com/kowainik/co-log/issues/46): |
| 91 | +- [#46](https://github.com/co-log/co-log/issues/46): |
83 | 92 | Moves `logStringStdout`, `logStringStderr`, `logStringHandle`,
|
84 | 93 | `withLogStringFile` from `Colog.Actions` to `Colog.Core.IO`.
|
85 |
| -- [#48](https://github.com/kowainik/co-log/issues/48): |
| 94 | +- [#48](https://github.com/co-log/co-log/issues/48): |
86 | 95 | Adds `liftLogIO` function.
|
87 |
| -- [#49](https://github.com/kowainik/co-log/issues/49): |
| 96 | +- [#49](https://github.com/co-log/co-log/issues/49): |
88 | 97 | Add `<&` and `&>`operators for `unLogAction`.
|
89 |
| -- [#47](https://github.com/kowainik/co-log/issues/47): |
| 98 | +- [#47](https://github.com/co-log/co-log/issues/47): |
90 | 99 | Add `doctest` tests.
|
91 |
| -- [#13](https://github.com/kowainik/co-log/issues/13): |
| 100 | +- [#13](https://github.com/co-log/co-log/issues/13): |
92 | 101 | Add `.cabal` file description and improve documentation.
|
93 |
| -- [#39](https://github.com/kowainik/co-log/issues/39): |
| 102 | +- [#39](https://github.com/co-log/co-log/issues/39): |
94 | 103 | Support GHC-8.2.2 and GHC-8.6.2.
|
95 | 104 |
|
96 | 105 | ## 0.1.0
|
97 | 106 |
|
98 |
| -- [#38](https://github.com/kowainik/co-log/issues/38): |
| 107 | +- [#38](https://github.com/co-log/co-log/issues/38): |
99 | 108 | Rename `cbind` to `cmapM`.
|
100 | 109 |
|
101 |
| -- [#37](https://github.com/kowainik/co-log/issues/37): |
| 110 | +- [#37](https://github.com/co-log/co-log/issues/37): |
102 | 111 | Add `base` bounds.
|
103 | 112 |
|
104 | 113 | ## 0.0.0
|
105 | 114 |
|
106 | 115 | - Initially created.
|
107 | 116 |
|
108 | 117 | [1]: https://pvp.haskell.org
|
109 |
| -[2]: https://github.com/kowainik/co-log/releases |
| 118 | +[2]: https://github.com/co-log/co-log-core/releases |
0 commit comments