Skip to content

Three new features: 1) options to include/exclude doc/source paths 2) options to enable/disable features 3) experimental: CLI command to auto-create UIDs.

Compare
Choose a tag to compare
@stanislaw stanislaw released this 18 Jun 15:33
· 1461 commits to main since this release
c3b12d0

What's Changed

  • RST-to-HTML: fix the relative/absolute path resolution by csv-table directive by @stanislaw in #1173
  • screens/deep_traceability: edge case: truncate csv-table:: content correctly by @stanislaw in #1174
  • strictdoc.toml: options to include/exclude doc paths and source file paths by @stanislaw in #1170
  • helpers/path_filter: basic validation of user input by @stanislaw in #1177
  • docs: switch to generating project tree from the root folder by @stanislaw in #1178
  • export/html: align the feature toggles with how the HTML components are displayed or hidden by @stanislaw in #1180
  • strictdoc.toml: introduce ALL_FEATURES umbrella option, switch to features option to toggle the standalone HTML export by @stanislaw in #1181
  • cli/cli_arg_parser: extract creation of cmd parsers to a separate class by @stanislaw in #1182
  • project_config: mass refactoring: merge in export config by @stanislaw in #1183
  • "manage auto-uid" command: auto-assign UID for the whole project tree by @stanislaw in #1184
  • main_router: fix move_node action regression due to the recent refactoring by @stanislaw in #1186
  • main_router: improve the performance of move_node by using the new on-demand loading architecture by @stanislaw in #1187
  • "manage auto-uid" command: auto-assign UID for sections as well by @stanislaw in #1188
  • cli/command_parser: Fix 'export' format/field msg by @richardbarlow in #1189
  • export/html, source file view: fix two edge cases (empty source files, source files with empty lines) by @stanislaw in #1190
  • Feature: reference arbitratry locations in the free text using ANCHOR/LINK by @stanislaw in #1192
  • Code climate: simplify some end-2-end test method names by @stanislaw in #1193
  • traceability_index: introduce a basic graph database class by @stanislaw in #1194
  • tasks: performance task to generate and visualize profiling info by @stanislaw in #1195
  • file_system: improve the sync_dir reporting capability by @stanislaw in #1196
  • helpers/exception: all warnings are turned into errors by raising StrictDocException by @stanislaw in #1197
  • Bump version to 0.0.42 by @stanislaw in #1198

Full Changelog: 0.0.41...0.0.42