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: v15.0.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: v15.0.1
Choose a head ref
  • 8 commits
  • 22 files changed
  • 4 contributors

Commits on Nov 9, 2024

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

Commits on Nov 10, 2024

  1. chore: clean up files (#3529)

    * chore: show percentage slower in bench
    
    * chore: remove jasmine.json
    UziTech authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    cf4e518 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. chore(deps-dev): Bump @arethetypeswrong/cli from 0.16.4 to 0.17.0 (#3530

    )
    
    Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.16.4 to 0.17.0.
    - [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases)
    - [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md)
    - [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/HEAD/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@arethetypeswrong/cli"
      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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7f79166 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump rollup from 4.24.4 to 4.25.0 (#3531)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.24.4 to 4.25.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.24.4...v4.25.0)
    
    ---
    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] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    cb3d895 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump @semantic-release/github from 11.0.0 to 11.0.1 (#…

    …3532)
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 11.0.0 to 11.0.1.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v11.0.0...v11.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/github"
      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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9e811a6 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump marked-highlight from 2.2.0 to 2.2.1 (#3533)

    Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 2.2.0 to 2.2.1.
    - [Release notes](https://github.com/markedjs/marked-highlight/releases)
    - [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs)
    - [Commits](markedjs/marked-highlight@v2.2.0...v2.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: marked-highlight
      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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a46c0d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. fix: Remove unused plus typescript tightening (#3527)

    * chore: remove unused build file
    
    * chore: remove unused package
    
    * chore: remove unused function
    
    * chore: remove unnecessary | undefineds
    
    * core: replace unnecessary &&s with optional chaining
    
    * chore: use .at(-x) instead of .length - x property access
    
    gives stricter TS typing, is more concise
    
    * chore: tighten TS types
    
    * chore: sort tokens alphabetically
    
    * fix: typeof plus !== null check
    
    * chore: type test for .parse, .use
    
    * fix: if check
    SpencerWhitehead7 authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1f579f7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 15.0.1 [skip ci]

    ## [15.0.1](v15.0.0...v15.0.1) (2024-11-18)
    
    ### Bug Fixes
    
    * Remove unused plus typescript tightening ([#3527](#3527)) ([1f579f7](1f579f7))
    semantic-release-bot committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5459c62 View commit details
    Browse the repository at this point in the history
Loading