|
1 | | -## [_Unreleased_](https://github.com/freckle/graphula/compare/v2.1.0.0...main) |
2 | | - |
3 | | -## [v2.1.0.0](https://github.com/freckle/graphula/compare/v2.0.2.2...v2.1.0.0) |
4 | | - |
5 | | -- Some unnecessary `SafeToInsert` have been removed from `node` and `nodeKeyed`. |
6 | | - - `node` only requires `SafeToInsert` when the `KeySource` is `SourceDefault`, |
7 | | - not when the `KeySource` is `KeyArbitrary`. |
8 | | - - `nodeKeyed` no longer ever requires `SafeToInsert` |
9 | | -- `MonadGraphulaFrontend` has a new `insertKeyed` method. |
10 | | - |
11 | | -## [v2.0.2.2](https://github.com/freckle/graphula/compare/v2.0.2.1...v2.0.2.2) |
12 | | - |
13 | | -- Add missing MonadUnliftIO instance to GraphulaLoggedT |
14 | | - |
15 | | -## [v2.0.2.1](https://github.com/freckle/graphula/compare/v2.0.1.1...v2.0.2.1) |
16 | | - |
17 | | -- Support persistent-2.14 |
18 | | - |
19 | | -## [v2.0.1.1](https://github.com/freckle/graphula/compare/v2.0.0.5...v2.0.1.1) |
20 | | - |
21 | | -- Support GHCs 9.0 and 9.2 |
22 | | - |
23 | | -## [v2.0.1.0](https://github.com/freckle/graphula/compare/v2.0.0.5...v2.0.1.0) |
24 | | - |
25 | | -- Add/improve documentation |
26 | | -- Re-organize previously-internal module |
27 | | - |
28 | | -## [v2.0.0.5](https://github.com/freckle/graphula/compare/v2.0.0.4...v2.0.0.5) |
29 | | - |
30 | | -- Release without dependencies upper bounds |
31 | | - |
32 | | -## [v2.0.0.4](https://github.com/freckle/graphula/compare/v2.0.0.3...v2.0.0.4) |
33 | | - |
34 | | -- Relax persistent packages' upper bounds |
35 | | - |
36 | | -## [v2.0.0.3](https://github.com/freckle/graphula/compare/v2.0.0.2...v2.0.0.3) |
37 | | - |
38 | | -- Relax dependencies upper bounds |
39 | | - |
40 | | -## [v2.0.0.2](https://github.com/freckle/graphula/compare/v2.0.0.1...v2.0.0.2) |
41 | | - |
42 | | -- Support GHC-8.10 and unliftio-core 2.0.0 |
43 | | - |
44 | | -## [v2.0.0.1](https://github.com/faktory/graphula/tree/v2.0.0.1) |
45 | | - |
46 | | -First tagged release. |
| 1 | +See https://github.com/freckle/graphula/releases |
0 commit comments