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

Commits on Jul 29, 2023

  1. fix: Migrate to Typescript (#2805)

    BREAKING CHANGE: Migrate to Typescript
    DreierF authored Jul 29, 2023
    1 Configuration menu
    Copy the full SHA
    cb54906 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. chore(git): mark lib/* as generated in .gitattributes (#2908)

    This PR adds `lib/*` and `marked.min.js` to the  `.gitattributes` file in order to suppress them in diffs.
    
    See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
    styfle authored Jul 31, 2023
    1 Configuration menu
    Copy the full SHA
    22fbcfa View commit details
    Browse the repository at this point in the history
  2. 🗜️ build v6.0.0 [skip ci]

    MarkedJS bot committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    72fce26 View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.0.0 [skip ci]

    # [6.0.0](v5.1.2...v6.0.0) (2023-07-31)
    
    ### Bug Fixes
    
    * Migrate to Typescript ([#2805](#2805)) ([cb54906](cb54906))
    
    ### BREAKING CHANGES
    
    * Migrate to Typescript
    semantic-release-bot committed Jul 31, 2023
    1 Configuration menu
    Copy the full SHA
    9927247 View commit details
    Browse the repository at this point in the history
Loading