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

Commits on Feb 5, 2016

  1. Rename horizontalRule to thematicBreak

    Closes GH-3.
    Related to remarkjs/remark#143.
    wooorm committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    ad733c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13218e9 View commit details
    Browse the repository at this point in the history
  3. Add examples to all node definitions

    Closes GH-5.
    wooorm committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    f5cbbe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef2d055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c1b33e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b30949e View commit details
    Browse the repository at this point in the history
  7. Remove undefined for checked on list-items

    Closes GH-7.
    wooorm committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    fbf003a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2016

  1. Rename link, src, and href properties to url

    Several different properties were used in different nodes for a single
    semantic entity: the URL.  This rename changes that to a unified
    `url` property.
    
    *   Rename `link` on `definition` nodes to `url`;
    *   Rename `href` on `link` nodes to `url`;
    *   Rename `src` on `image` nodes to `url`.
    
    Clsoes GH-8.
    wooorm committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    94fd6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ad916b View commit details
    Browse the repository at this point in the history
  3. Remove tableHeader definition

    This change simplifies the AST defined by MDAST thtough removing the
    `tableHeader` node.
    
    Closes GH-6.
    wooorm committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    7d5eb5e View commit details
    Browse the repository at this point in the history
  4. 2.0.0

    wooorm committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    0868f11 View commit details
    Browse the repository at this point in the history
Loading