v0.18.0
Spec usage and authoring has been simplified.
Specs must meet the new spec.Spec
interface and should register themselves via go3mf.Register
inside their init
function.
Model.Spec
has been removed as now the specs are globally registered.
Model.Extensions
has been added to keep track of the 3mf supported extensions.