8000 Comparing v1.2.4...v1.2.5 · markedjs/marked · GitHub
[go: up one dir, main page]

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: v1.2.4
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.5
Choose a head ref
  • 11 commits
  • 16 files changed
  • 6 contributors

Commits on Nov 16, 2020

  1. chore(deps-dev): Bump uglify-js from 3.11.5 to 3.11.6 (#1826)

    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.11.5 to 3.11.6.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](mishoo/UglifyJS@v3.11.5...v3.11.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2020
    1 Configuration menu
    Copy the full SHA
    b188ff2 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump rollup from 2.33.1 to 2.33.2 (#1827)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.33.1 to 2.33.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.33.1...v2.33.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2020
    1 Configuration menu
    Copy the full SHA
    f334339 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump @semantic-release/github from 7.1.1 to 7.1.2 (#…

    …1828)
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.1.1 to 7.1.2.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v7.1.1...v7.1.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    8000 524948a View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump eslint-plugin-standard from 4.0.2 to 4.1.0 (#1829)

    Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.2 to 4.1.0.
    - [Release notes](https://github.com/standard/eslint-plugin-standard/releases)
    - [Commits](standard/eslint-plugin-standard@v4.0.2...v4.1.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2020
    1 Configuration menu
    Copy the full SHA
    eb974f2 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): Bump @markedjs/html-differ from 3.0.3 to 3.0.4 (#1830)

    Bumps [@markedjs/html-differ](https://github.com/markedjs/html-differ) from 3.0.3 to 3.0.4.
    - [Release notes](https://github.com/markedjs/html-differ/releases)
    - [Changelog](https://github.com/markedjs/html-differ/blob/master/CHANGELOG.md)
    - [Commits](markedjs/html-differ@v3.0.3...v3.0.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 16, 2020
    1 Configuration menu
    Copy the full SHA
    e6515ca View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. chore(docs): update versioning and other docs (#1834)

    Co-authored-by: Steven <steven@ceriously.com>
    UziTech and styfle authored Nov 18, 2020
    1 Configuration menu
    Copy the full SHA
    f17f55f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. chore(deps-dev): Bump semantic-release from 17.2.2 to 17.2.3 (#1835)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.2 to 17.2.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.2.2...v17.2.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2020
    1 Configuration menu
    Copy the full SHA
    0f2bf42 View commit details
    Browse the repository at this point in the history
  2. fix: task lists not rendered when GFM is disabled (#1825)

    * Fix #1823 - task lists are rendered even when GFM is disabled.
    
    * end file with a new line
    
    Co-authored-by: Tony Brix <tony@brix.ninja>
    TheCloudlessSky and UziTech authored Nov 19, 2020
    1 Configuration menu
    Copy the full SHA
    3942e89 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    f9bc93b View commit details
    Browse the repository at this point in the history
  4. 🗜️ build [skip ci]

    MarkedJS bot committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    5fa0089 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.2.5 [skip ci]

    ## [1.2.5](v1.2.4...v1.2.5) (2020-11-19)
    
    ### Bug Fixes
    
    * fix em and strong starting with special char ([#1832](#1832)) ([f9bc93b](f9bc93b))
    * task lists not rendered when GFM is disabled ([#1825](#1825)) ([3942e89](3942e89)), closes [#1823](#1823)
    semantic-release-bot committed Nov 19, 2020
    1 Configuration menu
    Copy the full SHA
    4ec889b View commit details
    Browse the repository at this point in the history
Loading
0