[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: hexojs/hexo-renderer-marked
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0
Choose a base ref
...
head repository: hexojs/hexo-renderer-marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.1
Choose a head ref
  • 16 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 2, 2022

  1. docs(tokenizer): utilise escapeHTML() (#222)

    - marked internal escape() is no longer exported
    - continue #214
    curbengh authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    43db794 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 (#226)

    Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.2.2...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      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 May 3, 2022
    Configuration menu
    Copy the full SHA
    261c9fd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    9ea35a5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump jsdom from 19.0.0 to 20.0.1 (#233)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 19.0.0 to 20.0.1.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
    - [Commits](jsdom/jsdom@19.0.0...20.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4b5b702 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. [feat]: add marked extensions support (#227)

    * feat: add marked:extensions support
    
    * test: fix typo
    
    * test(extensions): add marked:extensions test
    
    * docs(extensions): add extensions example
    Eumeryx authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    12cd797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    205efc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. release: v6.0.0 (#236)

    * chore(deps): update deps & replace `nyc` with `c8`
    
    * release: v6.0.0
    yoshinorin authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    74d024e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. chore(deps): bump hexo-util from 2.7.0 to 3.0.1 (#238)

    Bumps [hexo-util](https://github.com/hexojs/hexo-util) from 2.7.0 to 3.0.1.
    - [Release notes](https://github.com/hexojs/hexo-util/releases)
    - [Commits](hexojs/hexo-util@2.7.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: hexo-util
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d10fd5f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    3d4e32f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73bfe57 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. chore(deps): update dependencies (#247)

    * chore(deps): update dependencies
    
    * chore(deps): rollback `jsdom` version
    
    - seems not support `node.js 14`
    yoshinorin authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5e48151 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. release: v6.1.0 (#255)

    yoshinorin authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    3483731 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. chore(deps-dev): bump c8 from 7.14.0 to 8.0.0 (#256)

    Bumps [c8](https://github.com/bcoe/c8) from 7.14.0 to 8.0.0.
    - [Release notes](https://github.com/bcoe/c8/releases)
    - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
    - [Commits](bcoe/c8@v7.14.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: c8
      dependency-type: direct:development
      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 Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f134063 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    014f410 View commit details
    Browse the repository at this point in the history
  2. release: v6.1.1 (#259)

    yoshinorin authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    906eae3 View commit details
    Browse the repository at this point in the history
Loading