Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 7.93 KB

CHANGELOG.md

File metadata and controls

81 lines (45 loc) · 7.93 KB

typedoc-plugin-mermaid

1.12.0

Minor Changes

Patch Changes

1.11.1

Patch Changes

1.11.0

Minor Changes

Patch Changes

  • #857 9a5db15 Thanks @kamiazya! - Add Dependabot setting for GitHub Actions

  • #857 9a5db15 Thanks @kamiazya! - Migrate formater and linter to biome from eslint and prettier

  • #857 9a5db15 Thanks @kamiazya! - Add "provenance" flag to publishConfig in package.json

  • #857 9a5db15 Thanks @kamiazya! - Add typecheck script for TypeScript type checking

  • #857 9a5db15 Thanks @kamiazya! - Introduce Changeset.

  • #857 9a5db15 Thanks @kamiazya! - Bump vite from 5.2.13 to 5.3.0

  • #857 9a5db15 Thanks @kamiazya! - Migrate package manager to pnpm from yarn

    • Setup pnpm workspace and ignore "example" in Changeset configuration
  • #857 9a5db15 Thanks @kamiazya! - Bump @types/html-escaper from 3.0.0 to 3.0.2

  • #857 9a5db15 Thanks @kamiazya! - Update package.json exports

  • #857 9a5db15 Thanks @kamiazya! - Update README for TypeDoc 0.24 and 0.25

  • #857 9a5db15 Thanks @kamiazya! - Migrate build and test tool to vite/vitest from rollup/jest

  • #857 9a5db15 Thanks @kamiazya! - Add GitHub workflow to update copyright year in license file

  • #857 9a5db15 Thanks @kamiazya! - Add Snapshot release workflows

    • New Features
      • Introduced snapshot release automation for pull requests using GitHub Actions.
      • Added new GitHub Action to perform snapshot releases based on specific comments.
      • Implemented a prerelease job in CI/CD workflow for automated next version releases.
    • Improvements
      • Added new configuration options for snapshots to support pre-release templates and calculated versions.
      • Improved GitHub Actions setup with an option to skip the checkout step for better performance.
    • Automation
      • Enhanced workflow automation including permission checks, artifact handling, and snapshot release validation.
  • #857 9a5db15 Thanks @kamiazya! - Bump actions/checkout from 4.1.6 to 4.1.7

  • #857 9a5db15 Thanks @kamiazya! - Update dependencies and configuration files