|
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 |
| 7 | + |
| 8 | +- [#29](https://github.com/co-log/co-log-core/issues/29): |
| 9 | + Support GHC-9.6. |
| 10 | + |
6 | 11 | ## 0.3.2.0 — Nov 2, 2022
|
7 | 12 |
|
8 |
| -* [#25](https://github.com/co-log/co-log-core/issues/25): |
| 13 | +- [#25](https://github.com/co-log/co-log-core/issues/25): |
9 | 14 | Support GHC-9.4.
|
10 | 15 |
|
11 | 16 | ## 0.3.1.0 — Feb 15, 2022
|
12 | 17 |
|
13 |
| -* [#7](https://github.com/co-log/co-log-core/issues/7): |
| 18 | +- [#7](https://github.com/co-log/co-log-core/issues/7): |
14 | 19 | Support GHC-9.2.
|
15 |
| -* [#13](https://github.com/co-log/co-log-core/issues/13): |
| 20 | +- [#13](https://github.com/co-log/co-log-core/issues/13): |
16 | 21 | Add `WithSeverity` and `mapSeverity` to `Colog.Severity`.
|
17 | 22 |
|
18 | 23 | ## 🎃 0.3.0.0 — Oct 29, 2021
|
19 | 24 |
|
20 |
| -* [#223](https://github.com/co-log/co-log/pull/223): |
| 25 | +- [#223](https://github.com/co-log/co-log/pull/223): |
21 | 26 | Support GHC-9.0.1.
|
22 |
| -* [#176](https://github.com/co-log/co-log/issues/176): |
| 27 | +- [#176](https://github.com/co-log/co-log/issues/176): |
23 | 28 | Add `logFlush` action to flush the given `Handle`.
|
24 | 29 |
|
25 |
| - __Breaking change:__ All `withLog*File` functions how flush handle |
| 30 | + **Breaking change:** All `withLog*File` functions how flush handle |
26 | 31 | after logging each message. Now you'll see logs in the file
|
27 | 32 | immediately.
|
28 | 33 |
|
29 |
| - __Migration guide:__ If you rely on the previous behaviour, then |
| 34 | + **Migration guide:** If you rely on the previous behaviour, then |
30 | 35 | copy-paste corresponding functions and remove flushing.
|
31 | 36 |
|
32 |
| -* Update maintainers information to the new |
| 37 | +- Update maintainers information to the new |
33 | 38 | [Co-Log](https://github.com/co-log) organization.
|
34 | 39 |
|
35 | 40 | ## 0.2.1.1 — Apr 18, 2020
|
36 | 41 |
|
37 |
| -* [#186](https://github.com/kowainik/co-log/issues/186): |
| 42 | +- [#186](https://github.com/kowainik/co-log/issues/186): |
38 | 43 | Support GHC-8.10.1.
|
39 | 44 |
|
40 | 45 | ## 0.2.1.0 — Jan 19, 2020
|
41 | 46 |
|
42 |
| -* [#139](https://github.com/kowainik/co-log/issues/139): |
| 47 | +- [#139](https://github.com/kowainik/co-log/issues/139): |
43 | 48 | Add (unrepresentable) `Functor` instance for `LogAction` with the
|
44 | 49 | custom type-error.
|
45 | 50 | (by [@vrom911](https://github.com/vrom911))
|
46 |
| -* [#148](https://github.com/kowainik/co-log/issues/148): |
| 51 | +- [#148](https://github.com/kowainik/co-log/issues/148): |
47 | 52 | Support GHC-8.8.2.
|
48 | 53 | (by [@chshersh](https://github.com/chshersh))
|
49 |
| -* [#122](https://github.com/kowainik/co-log/issues/122): |
| 54 | +- [#122](https://github.com/kowainik/co-log/issues/122): |
50 | 55 | Add the `separate` combinator.
|
51 | 56 | (by [@vrom911](https://github.com/vrom911))
|
52 |
| -* [#125](https://github.com/kowainik/co-log/issues/125): |
| 57 | +- [#125](https://github.com/kowainik/co-log/issues/125): |
53 | 58 | Add monadic versions of contravariant functions.
|
54 | 59 | (by [@piq9117](https://github.com/piq9117))
|
55 |
| -* [#138](https://github.com/kowainik/co-log/issues/138): |
| 60 | +- [#138](https://github.com/kowainik/co-log/issues/138): |
56 | 61 | Add `hoistLogAction` — higher-order transformation function.
|
57 | 62 | (by [@jiribenes](https://github.com/jiribenes))
|
58 |
| -* [#123](https://github.com/kowainik/co-log/issues/123): |
| 63 | +- [#123](https://github.com/kowainik/co-log/issues/123): |
59 | 64 | Write default implementation to `getLogAction` via `logActionL`.
|
60 | 65 | (by [@SanchayanMaity](https://github.com/SanchayanMaity))
|
61 | 66 |
|
62 | 67 | ## 0.2.0.0 — May 5, 2019
|
63 | 68 |
|
64 |
| -* [#85](https://github.com/kowainik/co-log/issues/85): |
| 69 | +- [#85](https://github.com/kowainik/co-log/issues/85): |
65 | 70 | Move `overLogAction` to `HasLog` typeclass
|
66 |
| -* [#101](https://github.com/kowainik/co-log/issues/101): |
| 71 | +- [#101](https://github.com/kowainik/co-log/issues/101): |
67 | 72 | Add `logActionL` lens with default implementation to `HasLog` type class.
|
68 |
| -* [#99](https://github.com/kowainik/co-log/issues/99): |
| 73 | +- [#99](https://github.com/kowainik/co-log/issues/99): |
69 | 74 | Add comonadic combinators: `duplicate` and `multiplicate`.
|
70 |
| -* [#78](https://github.com/kowainik/co-log/issues/78): |
| 75 | +- [#78](https://github.com/kowainik/co-log/issues/78): |
71 | 76 | Improve documentation significantly.
|
72 | 77 |
|
73 | 78 | ## 0.1.1 — Nov 15, 2018
|
74 | 79 |
|
75 |
| -* [#63](https://github.com/kowainik/co-log/issues/63): |
| 80 | +- [#63](https://github.com/kowainik/co-log/issues/63): |
76 | 81 | Add `logPrint`, `logPrintStderr`, `logPrintHandle` and `withLogPrintFile` to `Colog.Core.IO`.
|
77 |
| -* [#46](https://github.com/kowainik/co-log/issues/46): |
| 82 | +- [#46](https://github.com/kowainik/co-log/issues/46): |
78 | 83 | Moves `logStringStdout`, `logStringStderr`, `logStringHandle`,
|
79 | 84 | `withLogStringFile` from `Colog.Actions` to `Colog.Core.IO`.
|
80 |
| -* [#48](https://github.com/kowainik/co-log/issues/48): |
| 85 | +- [#48](https://github.com/kowainik/co-log/issues/48): |
81 | 86 | Adds `liftLogIO` function.
|
82 |
| -* [#49](https://github.com/kowainik/co-log/issues/49): |
| 87 | +- [#49](https://github.com/kowainik/co-log/issues/49): |
83 | 88 | Add `<&` and `&>`operators for `unLogAction`.
|
84 |
| -* [#47](https://github.com/kowainik/co-log/issues/47): |
| 89 | +- [#47](https://github.com/kowainik/co-log/issues/47): |
85 | 90 | Add `doctest` tests.
|
86 |
| -* [#13](https://github.com/kowainik/co-log/issues/13): |
| 91 | +- [#13](https://github.com/kowainik/co-log/issues/13): |
87 | 92 | Add `.cabal` file description and improve documentation.
|
88 |
| -* [#39](https://github.com/kowainik/co-log/issues/39): |
| 93 | +- [#39](https://github.com/kowainik/co-log/issues/39): |
89 | 94 | Support GHC-8.2.2 and GHC-8.6.2.
|
90 | 95 |
|
91 | 96 | ## 0.1.0
|
92 | 97 |
|
93 |
| -* [#38](https://github.com/kowainik/co-log/issues/38): |
| 98 | +- [#38](https://github.com/kowainik/co-log/issues/38): |
94 | 99 | Rename `cbind` to `cmapM`.
|
95 | 100 |
|
96 |
| -* [#37](https://github.com/kowainik/co-log/issues/37): |
| 101 | +- [#37](https://github.com/kowainik/co-log/issues/37): |
97 | 102 | Add `base` bounds.
|
98 | 103 |
|
99 | 104 | ## 0.0.0
|
100 | 105 |
|
101 |
| -* Initially created. |
| 106 | +- Initially created. |
102 | 107 |
|
103 | 108 | [1]: https://pvp.haskell.org
|
104 | 109 | [2]: https://github.com/kowainik/co-log/releases
|
0 commit comments