Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 19:31
· 75 commits to master since this release
8d4aa84

⚠️ Breaking change ⚠️

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.