File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
src/Codec/CBOR/Cuddle/CBOR Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for ` cuddle `
2
2
3
+ ## 1.1.0.0
4
+
5
+ * Remove ` CTreeRoot' `
6
+ * Changed the type in ` CTreeRoot ` to a map of resolved ` CTree ` s
7
+ * Changed the type of the first argument for ` generateCBORTerm ` and
8
+ ` generateCBORTerm' ` to ` CTreeRoot `
9
+ * Removed all exports in ` Codec.CBOR.Cuddle.CBOR.Validator ` except for
10
+ ` validateCBOR ` and ` validateCBOR' `
11
+
3
12
## 1.0.0.0
4
13
5
14
* First official release to Hackage
Original file line number Diff line number Diff line change 2
2
{-# LANGUAGE OverloadedStrings #-}
3
3
{-# LANGUAGE ViewPatterns #-}
4
4
5
- module Codec.CBOR.Cuddle.CBOR.Validator where
5
+ module Codec.CBOR.Cuddle.CBOR.Validator (
6
+ validateCBOR ,
7
+ validateCBOR' ,
8
+ ) where
6
9
7
10
import Codec.CBOR.Cuddle.CDDL hiding (CDDL , Group , Rule )
8
11
import Codec.CBOR.Cuddle.CDDL.CTree
You can’t perform that action at this time.
0 commit comments