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: prettier/prettier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.9.1
Choose a base ref
...
head repository: prettier/prettier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.2
Choose a head ref
  • 20 commits
  • 42 files changed
  • 8 contributors

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    36c6e83 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    54c31ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2663fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20373d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f05d1 View commit details
    Browse the repository at this point in the history
  5. Add "md" extension in "Pre-commit hook" documentation (#3421)

    It's nice to have all extensions so we can easily copy paste :)
    MoOx authored and azz committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    a9502f0 View commit details
    Browse the repository at this point in the history
  6. Update instructions for File Watcher in WebStorm (#3424)

    Re-use the instructions for setting the File Watcher program path in WebStorm when prettier is installed locally.
    hubgit authored and duailibe committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    67ec3b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    7cff189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e8b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69f6ee7 View commit details
    Browse the repository at this point in the history
  4. Treat absent .editorconfig correctly (#3439)

    This fixes #3432, I think.
    josephfrazier authored and azz committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    4f24892 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Fix babylon misplacing comments (#3441)

    * Fix comments in class method args
    
    * Fix comments in obj property
    duailibe authored Dec 9, 2017
    Configuration menu
    Copy the full SHA
    934e4d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Configuration menu
    Copy the full SHA
    c907992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f05e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbf22eb View commit details
    Browse the repository at this point in the history
  4. Fix printing union types inside a function param type (#3446)

    * Fix printing union types inside a function param type
    
    * fix alignment
    duailibe authored and azz committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    3fa2229 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38c8286 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d00d09b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Docs: Add info on ignore file to "Ignoring Code" (#3458)

    * docs(ignore): mention ignore file in Ignoring Code
    
    While working on #3321, I needed to ignore an entire file, but the "Ignoring Code" section of the docs only describes how to ignore blocks of code, so I wasn't aware of the default ignore file.
    
    (The `.prettierignore` file is mentioned in the CLI section, but easily overlooked there.)
    
    This commit extends the introduction sentence of the "Ignoring Code" section and adds a new subsection to explain how to ignore files.
    
    #3321 (comment)
    
    * docs(cli): fix nesting error in heading hierarchy
    
    The `--ignore-path` option currently appears as a third-level subsection of `--find-config-path` and `--config`, but this looks like an error.
    
    This commit promotes the `--ignore-path` heading to the same (H2) level as the other CLI options.
    infotexture authored and duailibe committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    5065608 View commit details
    Browse the repository at this point in the history
  2. 1.9.2

    duailibe committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    76c5d91 View commit details
    Browse the repository at this point in the history
Loading