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: v9.1.0
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.2
Choose a head ref
  • 12 commits
  • 5 files changed
  • 5 contributors

Commits on Oct 5, 2023

  1. docs: add some extensions to known extensions (#3026)

    * docs(using_advanced): adds `codefence` related extensions to known extensions
    
    Added:
    
    - `marked-code-format` for formatting code blocks using Prettier
    - `marked-code-jsx-renderer` for rendering JSX code blocks using a custom renderer and components
    - `marked-code-preview` for transforming code blocks into code previews
    
    * docs(using_advanced): add `marked-sequential-hooks` to known extensions
    
    * chore: typo
    
    * chore: enclose package name in backticks
    
    Co-authored-by: Tony Brix <tony@brix.ninja>
    
    * chore: enclose package name in backticks
    
    Co-authored-by: Tony Brix <tony@brix.ninja>
    
    ---------
    
    Co-authored-by: Tony Brix <tony@brix.ninja>
    bent10 and UziTech authored Oct 5, 2023
    1 Configuration menu
    Copy the full SHA
    1050077 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    34f47b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. chore(deps-dev): Bump highlight.js from 11.8.0 to 11.9.0 (#3032)

    Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0.
    - [Release notes](https://github.com/highlightjs/highlight.js/releases)
    - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
    - [Commits](highlightjs/highlight.js@11.8.0...11.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: highlight.js
      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 Oct 9, 2023
    1 Configuration menu
    Copy the full SHA
    90ae23f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump @rollup/plugin-terser from 0.4.3 to 0.4.4 (#3030)

    Bumps [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser) from 0.4.3 to 0.4.4.
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.4/packages/terser)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-terser"
      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 Oct 9, 2023
    1 Configuration menu
    Copy the full SHA
    d8230da View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump @typescript-eslint/parser from 6.7.3 to 6.7.4 (#…

    …3029)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.3 to 6.7.4.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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 Oct 9, 2023
    1 Configuration menu
    Copy the full SHA
    9cdb571 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.7.3 to …

    …6.7.4 (#3031)
    
    chore(deps-dev): Bump @typescript-eslint/eslint-plugin
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.3 to 6.7.4.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.4/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      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 Oct 9, 2023
    1 Configuration menu
    Copy the full SHA
    f90ae06 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. chore(deps-dev): Bump rollup from 3.29.4 to 4.0.2 (#3033)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tony Brix <tony@brix.ninja>
    dependabot[bot] and UziTech authored Oct 10, 2023
    1 Configuration menu
    Copy the full SHA
    997fafb View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3aa1742 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: add marked.min.js to package exports (#3035)

    fix: add marked.min.js to export conditions
    
    This change adds the minified js to the package's export
    conditions.  This will allow projects using PnP to have access
    to the script during build time.
    michaelfaith authored Oct 11, 2023
    1 Configuration menu
    Copy the full SHA
    71fc094 View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.1.1 [skip ci]

    ## [9.1.1](v9.1.0...v9.1.1) (2023-10-11)
    
    ### Bug Fixes
    
    * add marked.min.js to package exports ([#3035](#3035)) ([71fc094](71fc094))
    semantic-release-bot committed Oct 11, 2023
    1 Configuration menu
    Copy the full SHA
    bbce7dd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. 1 Configuration menu
    Copy the full SHA
    92033e5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.1.2 [skip ci]

    ## [9.1.2](v9.1.1...v9.1.2) (2023-10-13)
    
    ### Bug Fixes
    
    * trim newline from blockquote token.text ([#3037](#3037)) ([92033e5](92033e5))
    semantic-release-bot committed Oct 13, 2023
    1 Configuration menu
    Copy the full SHA
    32e11bd View commit details
    Browse the repository at this point in the history
Loading