Skip to content

Releases: Telefonica/confluence-tools

markdown-confluence-sync-v1.0.1 - Change copyright headers

20 Feb 11:06
09d97b3

Choose a tag to compare

Changed

  • chore: Change copyright headers

confluence-sync-v1.0.1 - Change copyright headers

20 Feb 11:05
09d97b3

Choose a tag to compare

Changed

  • chore: Change copyright headers

child-process-manager v1.0.0 - Change copyright headers

20 Feb 10:58
09d97b3

Choose a tag to compare

Changed

  • chore: Change copyright headers

markdown-confluence-sync - ID Mode

28 Jan 12:24
766b42b

Choose a tag to compare

Added

  • feat: Add id mode. Upgrade confluence-sync to 1.0.0.
  • feat: Add filesMetadata option, enabling to defined the metadata of the files using the configuration file.

Changed

  • chore: Remove frontmatter properties from docs. Use filesMetadata instead to define the metadata of the files when syncing them to Confluence.

confluence-sync - ID Mode

28 Jan 12:18
766b42b

Choose a tag to compare

Added

  • feat: Add "id" mode, which only allows to update pages by its Confluence page ID. It throws when there is a page without an ID or with an ancestor, or when rootPageId is provided.
  • feat: Do not allow "flat" mode when all pages have an id. "id" mode should be used instead.
  • feat: Validate sync modes at the very beginning. It throws when a non-existing mode is provided.

markdown-confluence-sync: cwd option

28 Nov 07:18
7362349

Choose a tag to compare

Pre-release

Added

  • feat: Add cwd option, enabling to change the working directory from where to load the configuration file, and resolve the docsDir and filesPattern paths

markdown-confluence-sync - v1.0.0-beta.3

27 Nov 11:25
7cf32a6

Choose a tag to compare

Added

  • docs: Add confluence_id property to the per-page configuration docs.

Changed

  • feat: Change logs to use "markdown files" instead of "docusaurus pages"
  • refactor: Rename first level types and classes to use Markdown instead of Docusaurus.
  • docs: Explain clearer the usage of the confluence_title property in frontmatter.

markdown-confluence-sync - v1.0.0-beta.2

26 Nov 12:37
aff7f57

Choose a tag to compare

Added

  • feat: Log possible error when trying to parse a markdown file
  • docs: Add markdown frontmatter examples
  • docs: Add examples of supported config files
  • docs: Add link to Confluence Sync documentation

Fixed

  • fix: Fix missed dependencies that were defined as devDependencies
  • fix: Add missing supported configuration options to TypeScript typings

markdown-confluence-sync - v1.0.0-beta.1

21 Nov 14:09
92813d2

Choose a tag to compare

Added

  • feat: Initial release

confluence-sync - v1.0.0-beta.1

21 Nov 14:08
92813d2

Choose a tag to compare

Pre-release

Added

  • feat: Initial release