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: electron/packager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.3.0
Choose a base ref
...
head repository: electron/packager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.0
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 19, 2016

  1. Configuration menu
    Copy the full SHA
    f8c60fd View commit details
    Browse the repository at this point in the history
  2. Add note about not version bumping in PRs

    [ci skip]
    malept committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    e043c5f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Better type checking when validating arch/platform

    Validate that arch/platform is not passed anything but an Array or a
    String, and generate an Error to that effect.
    malept committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    180c39b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Merge pull request #534 from electron-userland/list-option-type-checking

    Better type checking when validating arch/platform
    malept authored Dec 1, 2016
    Configuration menu
    Copy the full SHA
    e0e2c5a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Add quiet option (#541)

    When set, this prevents printing Electron Packager specific warnings and
    informational messages to the console. This does *not* disable errors.
    
    Fixes #538.
    malept authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    e3ec883 View commit details
    Browse the repository at this point in the history
  2. 8.4.0

    malept committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    89081e3 View commit details
    Browse the repository at this point in the history
Loading