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: markdown-it/linkify-it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.1
Choose a base ref
...
head repository: markdown-it/linkify-it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0
Choose a head ref
  • 17 commits
  • 38 files changed
  • 1 contributor

Commits on Nov 30, 2023

  1. rewrite core to ESM

    puzrin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    99dda3c View commit details
    Browse the repository at this point in the history
  2. CI: bump nodejs version

    puzrin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9ccbef4 View commit details
    Browse the repository at this point in the history
  3. lint: remove semi

    puzrin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8986532 View commit details
    Browse the repository at this point in the history
  4. var => const/let

    puzrin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    31319ef View commit details
    Browse the repository at this point in the history
  5. nyc => c8

    puzrin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    974e3c8 View commit details
    Browse the repository at this point in the history
  6. Fix demo & docs build

    puzrin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9068361 View commit details
    Browse the repository at this point in the history
  7. Deps bump

    puzrin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    09a2bb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Add cjs build

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    832b16e View commit details
    Browse the repository at this point in the history
  2. lint: remove spaces

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    af07dec View commit details
    Browse the repository at this point in the history
  3. lint: use obj shortland

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    04f5585 View commit details
    Browse the repository at this point in the history
  4. lint: remove block padding

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a909d41 View commit details
    Browse the repository at this point in the history
  5. lint: fix indent

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a7755db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50092f6 View commit details
    Browse the repository at this point in the history
  7. readme: require => import

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5826ab2 View commit details
    Browse the repository at this point in the history
  8. orphaned scripts cleanup

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d4eeb3a View commit details
    Browse the repository at this point in the history
  9. Code cleanup

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b2a1179 View commit details
    Browse the repository at this point in the history
  10. 5.0.0 released

    puzrin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5e79093 View commit details
    Browse the repository at this point in the history
Loading