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
base: 1.17.0
Choose a base ref
...
head repository: prettier/prettier
compare: 1.17.1
Choose a head ref
  • 14 commits
  • 21 files changed
  • 8 contributors

Commits on Apr 12, 2019

  1. Add 1.17 blog post (#6052)

    duailibe committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    3250dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff79721 View commit details
    Browse the repository at this point in the history
  3. Fix lint in blog post

    duailibe committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6dcc7a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Commit new doc page in versioned docs

    Fixes #6056
    duailibe committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    5f41d91 View commit details
    Browse the repository at this point in the history
  2. docs(blog): add missing subheader (#6060)

    thorn0 authored and duailibe committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    9179743 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Add exit code information to cli docs (#6049)

    * Update docs 👍
    
    Add information regarding exit codes to the cli docs
    
    * Markdown fix 🚧
    
    Docs linting fixes
    
    * Remove extraneous whitespace
    jamesgeorge007 authored and j-f1 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    ed15b6d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Fix closure compiler type casts (#5947)

    * Fix closure compiler type casts
    
    This fixes casts when they are followed by a closing parenthesis, eg:
    
    ```js
    foo( /** @type {!Array} */(arrOrString).length );
    ```
    
    The old code would see the `CallExpresion`'s closing `)` and assume the typecast belonged to the `MemberExpression`, not the `arrOrString` `Identifier`.
    
    This would be easier to accomplish if every AST would tell us if the expression were parenthesized. If they did, we could check that the node were parenthesized and either it or an ancestor has a typecast, stopping when we find an ancestor is itself parenthesized.
    
    * More tests, and changelog
    
    * Fix while loop
    
    * Update changelog
    
    * Update CHANGELOG.unreleased.md
    
    * Use babel's parenthesized information
    
    * Cleanup call
    jridgewell authored and j-f1 committed Apr 26, 2019
    2 Configuration menu
    Copy the full SHA
    c085aeb View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

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

Commits on May 2, 2019

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

Commits on May 4, 2019

  1. Use same print width for range formatting as normal formatting. (#6050)

    * Use same print width for range formatting as normal formatting.
    
    Fixes an issue were a file would end up formatted differently
    with ranged formatting (--range-start & --range-end) versus
    normal whole file formatting.
    
    * Document range bugfix in changelog.
    mathieulj authored and j-f1 committed May 4, 2019
    Configuration menu
    Copy the full SHA
    26183e5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

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

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    58b08c9 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    duailibe committed May 8, 2019
    Configuration menu
    Copy the full SHA
    b44748e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Release 1.17.1

    duailibe committed May 13, 2019
    Configuration menu
    Copy the full SHA
    aa7b68c View commit details
    Browse the repository at this point in the history