Skip to content

Commit 5cc706a

Browse files
committed
release 0.2.0
1 parent 7757696 commit 5cc706a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.0 (2023-08-04)
2+
* Redesign interface, pushing certain checks out of type classes into top-level
3+
generic function type signature. It means busier top-level types and more code
4+
for wrapping them, but it allows for more flexibility and cleans up
5+
implementation. (And the busyness simply makes explicit the implicit checks
6+
that were being done before.)
7+
18
## 0.1.1 (2023-07-20)
29
* add work-in-progress store-style generic `foldMap`, encoding constructors by
310
their index, at `Generic.Data.Function.FoldMap.SumConsByte`

generic-data-functions.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: generic-data-functions
8-
version: 0.1.1
8+
version: 0.2.0
99
synopsis: Familiar functions lifted to generic data types
1010
description: Please see README.md.
1111
category: Data, Serialization

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: generic-data-functions
2-
version: 0.1.1
2+
version: 0.2.0
33
synopsis: Familiar functions lifted to generic data types
44
description: Please see README.md.
55
extra-source-files:

0 commit comments

Comments
 (0)