Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: markedjs/marked
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.2.1
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.3.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    7b2d430 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. chore(deps-dev): Bump @semantic-release/github from 11.0.4 to 11.0.5 (#…

    …3757)
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 11.0.4 to 11.0.5.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v11.0.4...v11.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/github"
      dependency-version: 11.0.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    93b0155 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump @semantic-release/release-notes-generator from …

    …14.0.3 to 14.1.0 (#3758)
    
    chore(deps-dev): Bump @semantic-release/release-notes-generator
    
    Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 14.0.3 to 14.1.0.
    - [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
    - [Commits](semantic-release/release-notes-generator@v14.0.3...v14.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/release-notes-generator"
      dependency-version: 14.1.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    fd0e92a View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump eslint from 9.34.0 to 9.35.0 (#3759)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.34.0 to 9.35.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.34.0...v9.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.35.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    8ce030a View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump actions/setup-node from 4 to 5 (#3760)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    e3497a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. feat: add emStrongMask hook (#3749)

    * Add hook to mask input for em/strong processing in extension
    
    * Use passthrough hook instead of tokenizer-specific hook
    
    * Remove deprecated items
    
    * Ensure passthrough hook does not create promise
    
    * Add test for combining hooks and async
    jonatanschroeder authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    cd2b5f4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 16.3.0 [skip ci]

    # [16.3.0](v16.2.1...v16.3.0) (2025-09-14)
    
    ### Features
    
    * add emStrongMask hook ([#3749](#3749)) ([cd2b5f4](cd2b5f4))
    semantic-release-bot committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    9a5306d View commit details
    Browse the repository at this point in the history
Loading