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
base: v4.0.7
Choose a base ref
...
head repository: markedjs/marked
compare: v4.0.8
Choose a head ref
  • 7 commits
  • 9 files changed
  • 4 contributors

Commits on Dec 13, 2021

  1. chore(deps-dev): Bump uglify-js from 3.14.4 to 3.14.5 (#2322)

    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.14.4 to 3.14.5.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](mishoo/UglifyJS@v3.14.4...v3.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: uglify-js
      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] committed Dec 13, 2021
    1 Configuration menu
    Copy the full SHA
    dd8ea7e View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump eslint from 8.4.0 to 8.4.1 (#2323)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.4.0 to 8.4.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.4.0...v8.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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] committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    2d9ec3d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump rollup from 2.60.2 to 2.61.1 (#2324)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.60.2 to 2.61.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.60.2...v2.61.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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] committed Dec 13, 2021
    1 Configuration menu
    Copy the full SHA
    d13fbf7 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump markdown-it from 12.2.0 to 12.3.0 (#2325)

    Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.0.
    - [Release notes](https://github.com/markdown-it/markdown-it/releases)
    - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
    - [Commits](markdown-it/markdown-it@12.2.0...12.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: markdown-it
      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] committed Dec 13, 2021
    1 Configuration menu
    Copy the full SHA
    fbc08fb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. fix: spaces on a newline after a table (#2319)

    * fix: rename inconsistent function
    
    * fix: newline with 1~4 spaces below table
    
    * fix: format html test
    
    * fix: specify spaces only
    
    * fix: specify spaces only
    
    * fix: detect tab
    
    * fix: detect tab
    
    * fix: newline at the end of html
    imchell committed Dec 19, 2021
    1 Configuration menu
    Copy the full SHA
    f82ea2c View commit details
    Browse the repository at this point in the history
  2. 🗜️ build [skip ci]

    MarkedJS bot committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    4734c82 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.8 [skip ci]

    ## [4.0.8](v4.0.7...v4.0.8) (2021-12-19)
    
    ### Bug Fixes
    
    * spaces on a newline after a table ([#2319](#2319)) ([f82ea2c](f82ea2c))
    semantic-release-bot committed Dec 19, 2021
    1 Configuration menu
    Copy the full SHA
    59375fb View commit details
    Browse the repository at this point in the history