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
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.1
Choose a head ref
  • 7 commits
  • 24 files changed
  • 5 contributors

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    51202f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a132c View commit details
    Browse the repository at this point in the history
  3. Fix @orta's link (#4060)

    lipis authored and j-f1 committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    23f032f View commit details
    Browse the repository at this point in the history
  4. Allow plugins to override default options (#3991)

    * refactor(cli): defer default value applying
    
    * Allow plugins to override default options
    
    * Move "defaultOptions" to top level of plugin
    
    * Simplify implementation
    
    * Attach plugin name
    
    * Add pluginOptions to cli help
    
    * Update snapshots
    
    * Code review (immutable style)
    
    * Add test for help output
    
    * Use snapshot test, fix Object.assign
    
    * Refactor to immutable style
    
    * Add test case for automatic plugin resolution
    
    * Add tests for applying and overriding default opts
    
    * Remove "since" option
    
    * Only set defaults for CLI args when no pluginDefaults are present
    
    * Revert workaround, rebase to #4045
    
    * Add basic documentation for `options` and `defaultOptions`
    czosel authored and azz committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    d05a29d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    0ce4ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2897c95 View commit details
    Browse the repository at this point in the history
  3. Bump version to 1.11.1

    suchipi committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    0f1757a View commit details
    Browse the repository at this point in the history
Loading