Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds HtmlElement pretty-format plugin. #3230

Merged
merged 13 commits into from
Apr 17, 2017
Merged

Commits on Mar 30, 2017

  1. Merge pull request #1 from facebook/master

    Merging changes from Origin
    mute authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    ec3a6a0 View commit details
    Browse the repository at this point in the history
  2. Adds HtmlElement pretty-format plugin.

    Natan LaFontaine committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    15ef7d9 View commit details
    Browse the repository at this point in the history
  3. Adds missing copyright and 'use strict'

    Natan LaFontaine committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    311afcf View commit details
    Browse the repository at this point in the history
  4. Fixes variable naming / formatting.

    Reworks short circuiting logic for `isHTMLElement` function.
    Natan LaFontaine committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    6bcf0fa View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Improves performance for isHtmlElement.

    Natan LaFontaine committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    478f108 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Merge remote-tracking branch 'jester/master'

    Natan LaFontaine committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    33d2633 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 2146-pretty-jsdom

    Natan LaFontaine committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    25c85c8 View commit details
    Browse the repository at this point in the history
  3. Updating snapshots

    Natan LaFontaine committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    55f797f View commit details
    Browse the repository at this point in the history
  4. Revert "Updating snapshots"

    This reverts commit 55f797f.
    Natan LaFontaine committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    cb5781a View commit details
    Browse the repository at this point in the history
  5. Fixes node 4 syntax

    Natan LaFontaine committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    4195c59 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. - Switches to tagName rather than constructor.

    Natan LaFontaine committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    b3cff75 View commit details
    Browse the repository at this point in the history
  2. Adds HTMLElement Plugin usage.

    Natan LaFontaine committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    b08ee74 View commit details
    Browse the repository at this point in the history
  3. Removes HTMLElement fallback in favor of tagName

    Natan LaFontaine committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    e86a25d View commit details
    Browse the repository at this point in the history