Releases: eclipse-score/docs-as-code
Releases · eclipse-score/docs-as-code
v2.3.2
What's Changed
- fix(draw-uml): fix draw function for module in case multiple links are on module by @RolandJentschETAS in #344
- fix(docs): test-reports fixed in documentation @MaximilianSoerenPollak in #343
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- fix: update type checks for component and module in UML drawing functions by @AlexanderLanin in #338
- drop module version by @AlexanderLanin in #341
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Set generate without sourcecode as a default to sphinx to reduce spac… by @WolfgangFischerEtas in #279
- modify description of architecture types and fix drawing by @RolandJentschETAS in #329
- update consists_of and add belongs_to optional links in needs_types by @PhilipPartsch in #331
- increase release version by @RolandJentschETAS in #334
New Contributors
- @WolfgangFischerEtas made their first contribution in #279
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Introduce feature, sw-module and component as sphinx-needs elements by @PhilipPartsch in #323
- Bump version from 2.1.0 to 2.2.0 by @AlexanderLanin in #325
New Contributors
- @PhilipPartsch made their first contribution in #323
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add support for external needs in PlantUML drawing by @4og in #316
- Update how-to setup.md by @guejan in #317
- Increase requirements coverage by @a-zw in #308
- Adapt requirements tables in docs by @a-zw in #319
- Upgrade python dependencies by @AlexanderLanin in #310
- Update doc_path to use SOURCE_DIRECTORY environment variable by @AlexanderLanin in #320
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Safety uml diagram component color by @RolandJentschETAS in #300
- documentation for cross-referencing between modules by @a-zw in #302
- Do not use sphinx-collections by @a-zw in #306
- Process safety requirements by @a-zw in #307
- Use devcontainer 1.0.0 release by @opajonk in #309
- bump version by @AlexanderLanin in #311
New Contributors
- @RolandJentschETAS made their first contribution in #300
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix: docs-as-code 2.0.2 is now usable without explicitly depending on score_process >= 1.3.1 by @AlexanderLanin in #301
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
Bugfix: allow multiple dependencies in docs() command.
In Detail
- Add Nikola as code owner by @AlexanderLanin in #299
- Fix: allow multiple dependencies by @AlexanderLanin in #298
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- PREFIXES_ have been removed
- experimental combo/mega/full build
- support for useblocks ubCode extension (you need to run any bazel-docs command first, e.g.
bazel run //:docs_check)
How to update from 1.x
- Change version in your MODULE.bazel
- Remove all PREFIXES_ in your rst files where you refer to external needs
- Remove
project_prefixfrom your localconf.pyfile - Add
<pyth_to_docs>/ubproject.tomlto your/.gitignore - For combo/mega/full build extend index.rst with external repos
In Detail
- Doc sources as public target by @a-zw in #277
- 📚 Docs for updating requirements by @ubmarco in #281
- Plantuml theme by @kalu-an in #280
- Cleanup by @AlexanderLanin in #290
- Remove id prefixes for mega-build (DR-004-Infra) by @guejan in #293
- Add experimental combo/mega/full build (see DR-004) by @AlexanderLanin in #285
- ✨ Introduce needs-config-writer by @ubmarco in #283
- set version and fix command name by @AlexanderLanin in #294
New Contributors
Full Changelog: v1.4.0...v2.0.0
v2.0.0-alpha.1
What's Changed
- PREFIXES_ have been removed
- experimental combo/mega/full build
- support for useblocks ubCode extension (you need to run any bazel-docs command first, e.g.
bazel run //:docs_check)
How to update from 1.x
- Change version in your MODULE.bazel
- Remove all PREFIXES_ in your rst files where you refer to external needs
- Remove
project_prefixfrom your localconf.pyfile - Add
<pyth_to_docs>/ubproject.tomlto your/.gitignore - For combo/mega/full build extend index.rst with external repos
Known bugs - to be fixed in next release
- Bump version in
MODULE.bazel docs_combotarget is calleddocs_combo_experimentalin documentation- severe problems when
_builddirectory is not deleted
In Detail
- Doc sources as public target by @a-zw in #277
- 📚 Docs for updating requirements by @ubmarco in #281
- Plantuml theme by @kalu-an in #280
- Cleanup by @AlexanderLanin in #290
- Remove id prefixes for mega-build (DR-004-Infra) by @guejan in #293
- Add experimental combo/mega/full build (see DR-004) by @AlexanderLanin in #285
- ✨ Introduce needs-config-writer by @ubmarco in #283
New Contributors
Full Changelog: v1.4.0...v2.0.0-alpha.1