v0.7.7
v0.7.7
- Fix issue #118
Breaking changes
RequestItems
is now a dictionary with a key of typeString
(doc-type) and a value of type[String: [RequestItem]]
(namespace to request items)RequestItem
is a struct with the following properties:elementIdentifier
,intentToRetain
andisOptional
public typealias RequestItems = [String: [String: [RequestItem]]]
- ElementViewModel:
public var isMandatory: Bool
is removed - ElementViewModel:
public var isOptional: Bool
is added (opposite ofisMandatory
)