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 11# Changelog for ` cuddle `
22
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+
312## 1.0.0.0
413
514* First official release to Hackage
Original file line number Diff line number Diff line change 22{-# LANGUAGE OverloadedStrings #-}
33{-# LANGUAGE ViewPatterns #-}
44
5- module Codec.CBOR.Cuddle.CBOR.Validator where
5+ module Codec.CBOR.Cuddle.CBOR.Validator (
6+ validateCBOR ,
7+ validateCBOR' ,
8+ ) where
69
710import Codec.CBOR.Cuddle.CDDL hiding (CDDL , Group , Rule )
811import Codec.CBOR.Cuddle.CDDL.CTree
You can’t perform that action at this time.
0 commit comments