Skip to content

0.2.0

@Mx-Iris Mx-Iris tagged this 01 Jun 16:16
Public init for ObjCClass / ObjCProtocol / Enumerator.

These three final subclasses of CommonType / CommonEntity had only
the @Codable-synthesised init(from:), which made them unconstructable
from out-of-tree code. The 0.2.0 surface adds plain memberwise
public init() overloads on each so consumers can build Module
instances programmatically rather than only by decoding existing YAML.
Assets 2
Loading