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.7.3
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.7.4
Choose a head ref
  • 13 commits
  • 60 files changed
  • 4 contributors

Commits on Sep 30, 2017

  1. Update ISSUE_TEMPLATE to 1.7.3

    azz committed Sep 30, 2017
    2 Configuration menu
    Copy the full SHA
    099cf76 View commit details
    Browse the repository at this point in the history
  2. Upgrade prettier to 1.7.3 (#2940)

    azz authored and lydell committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    3329ee0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Respect --stdin-filepath, regardless of config source (#2948)

    * Respect --stdin-filepath, regardless of config source
    
    Fixes #2946
    
    * Remove obsolete snapshot
    azz authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    a6096ee View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    c7f9bb5 View commit details
    Browse the repository at this point in the history
  2. Mention labels docs in CONTRIBUTING.md (#2950)

    Also remove `--` that was required in `yarn` v0.
    azz authored and lydell committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    64ec692 View commit details
    Browse the repository at this point in the history
  3. Force template literals to break after ` for sytled-components (#2926)

    Force template literals to break after ` for styled-components
    duailibe authored and lydell committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    2466ce1 View commit details
    Browse the repository at this point in the history
  4. chore(deps): pin dependencies (#2953)

    ikatyang authored and lydell committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    26254ec View commit details
    Browse the repository at this point in the history
  5. Make production tests always run against dist/ (attempt 2) (#2942)

    * Make production tests always run against dist/
    
    * Try to mock process.stdin instead of get-stream
    
    * fix: mock `get-stream` from `index.js`
    
    * refactor: remove unnecessary variable
    
    * Try `transform: {}` in jest.config.js
    
    * Add comment explaining the unusual get-stream mocking
    lydell authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    43cb08c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7770356 View commit details
    Browse the repository at this point in the history
  7. test: fix snapshots (#2957)

    * test: trigger test to check its status
    
    * test: update snapshots
    
    * refactor: use strip-ansi
    ikatyang authored and lydell committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    d9737e6 View commit details
    Browse the repository at this point in the history
  8. Add test for #2880 (#2959)

    I added the test in css_case/case.less because it also tests that
    `!important` is lowercased in this case.
    lydell authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    fcdf6b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    33a1f59 View commit details
    Browse the repository at this point in the history
  2. 1.7.4

    azz committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    2e655a3 View commit details
    Browse the repository at this point in the history
Loading