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: v4.0.1
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.2
Choose a head ref
  • 5 commits
  • 8 files changed
  • 5 contributors

Commits on Nov 11, 2021

  1. chore: avoid linefeed errors running on windows (#2277)

    Some tests fail on windows due to `\r\n` vs `\n`:
    code_compensation_indent
    code_consistent_newline
    whiltespace_lines (sic)
    
    Updated .gitattributes to preserve the `eol` value.
    
    Signed-off-by: Chris. Webster <[email protected]>
    webstech authored Nov 11, 2021
    1 Configuration menu
    Copy the full SHA
    a34e86e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. chore(deps-dev): Bump titleize from 2.1.0 to 3.0.0 (#2027)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 12, 2021
    1 Configuration menu
    Copy the full SHA
    bc1027f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    62faaf4 View commit details
    Browse the repository at this point in the history
  3. 🗜️ build [skip ci]

    MarkedJS bot committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2110c62 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.0.2 [skip ci]

    ## [4.0.2](v4.0.1...v4.0.2) (2021-11-12)
    
    ### Bug Fixes
    
    * Create separate CJS and UMD builds ([#2281](#2281)) ([62faaf4](62faaf4))
    semantic-release-bot committed Nov 12, 2021
    1 Configuration menu
    Copy the full SHA
    6b9e079 View commit details
    Browse the repository at this point in the history
Loading