File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 0.0.2.0] - 2023-01-24
10+ ### Added
11+ - ` BoltGeneric ` wrapper for ` DerivingVia ` to derive ` IsValue ` and ` RecordValue ` for Haskell types.
12+ ### Changed
13+ - ` NodeLike ` and ` RelationLike ` classes now use ` IsValue ` / ` RecordValue ` instead of ` ToValue ` /
14+ ` FromValue ` .
15+ ### Removed
16+ - ` BoltEnum ` newtype, superseded by ` BoltGeneric ` .
17+
918## [ 0.0.1.9] - 2022-03-14
1019### Added
1120- ` IsValue ` instances for ` ToValue ` & ` NodeLike ` via newtypes;
Original file line number Diff line number Diff line change 11name : hasbolt-extras
2- version : 0.0.1.9
2+ version : 0.0.2.0
33synopsis : Extras for hasbolt library
44description : Extras for hasbolt library
55homepage : https://github.com/biocad/hasbolt-extras#readme
You can’t perform that action at this time.
0 commit comments