@inrupt/artifact-generator
Advanced tools
Changelog
4.0.0 2024-03-12
Breaking changes (no longer throws an exception if YAML artifact has no packaging info).
Allow YAML files with no packaging info at all, for cases where we just want vocab file generation without packaging up, or publishing.
Added the template filename used to the header comments of generate vocab files.
Changelog
3.1.0 2023-10-02
Changelog
3.0.2 2023-04-13 (removed tag 3.0.1)
Changelog
3.0.0 2023-03-05
Changelog
2.0.0 2022-06-03
Changelog
1.0.4 2021-10-01
widocoLanguages
configuration option for each vocabulary
to stipulate that Widoco (if it's configured to run at all) should attempt
to generate documentation in multiple languages (which assumes the vocab
contains labels in those specified languages, but falls back to English if
not).Changelog
1.0.3 2021-09-28
artifactPrefix
and artifactSuffix
to artifactNamePrefix
and artifactNameSuffix
respectively, to better
convey their intent, and to align them better with the artifactName
field
that they both apply to.VocabGeneration.test.js
.Changelog
1.0.2 2021-09-27
safeLoad()
to just load()
).artifactPrefix
and artifactSuffix
are now mandatory, as they
are referenced in all templates (this always makes it explicit how artifacts
will be named now).Changelog
1.0.1 2021-08-20