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.11.0-rc.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.11.0
Choose a head ref
  • 14 commits
  • 35 files changed
  • 7 contributors

Commits on Feb 24, 2018

  1. Configuration menu
    Copy the full SHA
    0109333 View commit details
    Browse the repository at this point in the history
  2. Do not require plugins to set 'since' field (#4038)

    * Do not require plugins to set 'since' field
    
    * Refactor
    azz authored Feb 24, 2018
    Configuration menu
    Copy the full SHA
    a066812 View commit details
    Browse the repository at this point in the history
  3. Respect EditorConfig when --config is passed (#3992)

    * Respect EditorConfig when `--config` is passed
    
    * Clarify config-resolution test file
    
    See #3255 (comment)
    
    * Update test snapshots
    josephfrazier authored and azz committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    5153b15 View commit details
    Browse the repository at this point in the history
  4. Enhancing pre-commit bash script documentation. (#3638)

    * Enhancing pre-commit bash script documentation.
    
    * Correcting typo.
    
    * attempt to correct lint problem
    
    * Grammar clarification.
    
    * Further styling correction
    
    Mark .git/hooks/post-commit as ```code```
    
    * Remove redundant exit 0 from post-install script.
    
    * Insert newline
    migrachev authored and azz committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    29ef3f0 View commit details
    Browse the repository at this point in the history
  5. feat(markdown): respect tabWidth for list items (#3990)

    * feat(markdown): respect tabWidth for list items
    
    * test: ensure no regression for #3459
    ikatyang authored and azz committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    c1107a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    9ee113c View commit details
    Browse the repository at this point in the history
  2. Webpack -> webpack

    azz authored Feb 25, 2018
    Configuration menu
    Copy the full SHA
    7919603 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. fix(markdown): list prefix: no unnecessary trailing spaces (#4042)

    * fix(markdown): list prefix: no unnecessary trailing spaces
    
    * refactor
    ikatyang authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    ca81bef View commit details
    Browse the repository at this point in the history
  2. fix(markdown): list prefix alignment: count spaces from correct place (

    …#4041)
    
    * test: add tests
    
    * fix(markdown): list prefix alignment: count spaces from correct place
    
    * docs: codeblock -> code block
    ikatyang authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    b6c2789 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65b988a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efd5bde View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    4ddf1a6 View commit details
    Browse the repository at this point in the history
  2. 1.11 Release Notes and Changelog (#4035)

    * Add blog post with changelog
    
    * Add release notes link to CHANGELOG.md
    
    * Fix typo in tab ternary fix code block
    
    * Fix an unfinished edit
    
    * Add missing parens
    
    * Update 2018-02-23-1.11.0.md
    
    * Update 2018-02-23-1.11.0.md
    
    * Add more release notes
    
    * Update 2018-02-23-1.11.0.md
    
    * prettier -> Prettier
    
    * Update date
    
    * cleaner
    
    * casing
    
    * Update CHANGELOG.md
    
    * Update 2018-02-26-1.11.0.md
    
    * Update 2018-02-26-1.11.0.md
    
    * Update 2018-02-26-1.11.0.md
    suchipi authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    b1b504f View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.11.0

    suchipi committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    82492de View commit details
    Browse the repository at this point in the history
Loading