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: syntax-tree/mdast-util-to-markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.0
Choose a base ref
...
head repository: syntax-tree/mdast-util-to-markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 17 commits
  • 49 files changed
  • 1 contributor

Commits on May 14, 2023

  1. Update dev-dependencies

    wooorm committed May 14, 2023
    Configuration menu
    Copy the full SHA
    a381cbc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Update dev-dependencies

    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    b35f9c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27d04d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a470f View commit details
    Browse the repository at this point in the history
  4. Use Gallium in Actions

    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    0be755f View commit details
    Browse the repository at this point in the history
  5. Add ignore-scripts to .npmrc

    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    c0ab80a View commit details
    Browse the repository at this point in the history
  6. Refactor code-style

    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    53907b4 View commit details
    Browse the repository at this point in the history
  7. Refactor docs

    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    1e9aa74 View commit details
    Browse the repository at this point in the history
  8. Remove SafeOptions type alias

    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    445c51a View commit details
    Browse the repository at this point in the history
  9. Remove Context type alias

    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    2fcac46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b496da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    019f25f View commit details
    Browse the repository at this point in the history
  12. Change fences default to true

    Closes GH-49.
    wooorm committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7f91d06 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Remove bulletOrderedOther, always use other bullets

    Previously, two adjacent lists, which can only be created with markdown
    by using different bullets, were serialized with the primary bullet,
    but an empty comment was injected between them.
    
    Now, different bullets are always used.
    
    Closes GH-56.
    wooorm committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    89d0f5b View commit details
    Browse the repository at this point in the history
  2. Change to use exports map

    wooorm committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5c90701 View commit details
    Browse the repository at this point in the history
  3. Change to require Node.js 16

    wooorm committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6e5e12d View commit details
    Browse the repository at this point in the history
  4. 2.0.0

    wooorm committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    655f117 View commit details
    Browse the repository at this point in the history
Loading