Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 May 09:31
· 59 commits to main since this release
c2f411e

Added

  • Enable mistune 3.x plugins with Confluence rendering
  • Use native Confluence task list macros
  • Add plugin feature tests and markdown showcase

Changed

  • Migrate to mistune 3.x API
  • Replace setuptools with hatchling, adopt uv dependency-groups
  • Migrate to bump-my-version with release helper scripts
  • Rewrite workflows with uv, bump all action versions
  • Add CodeQL analysis and Dependabot config
  • Add pre-commit config with ruff, ty, bandit, osv-scanner
  • Add uv.lock for reproducible installs
  • Update mistune dependency to >=3.2.1

Fixed

  • Resolve all ty type-checker errors
  • Exclude test fixtures from prettier, revert test.md
  • Review feedback — consistent uv version, SHA-pin codeql, --no-edit
  • Apply ruff format, prettier, fix bandit SHA1 warnings

Documentation

  • Document supported mistune plugins
  • Note Confluence limitations for abbr, mark, spoiler
  • Rewrite releasing guide for bump-my-version + helper scripts
  • Require CI and publish checks before proceeding in release process