8000 Comparing 0.6.0...0.7.0 · update/update · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: update/update
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: update/update
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0
Choose a head ref
  • 20 commits
  • 30 files changed
  • 2 contributors

Commits on Jul 3, 2016

  1. ensure options exists

    jonschlinkert committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    c1dbbbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16eeee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4f094e View commit details
    Browse the repository at this point in the history
  4. update docs

    jonschlinkert committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    953b3fd View commit details
    Browse the repository at this point in the history
  5. 0.6.1

    jonschlinkert committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    0f6bc08 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. list updaters

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    fb8e422 View commit details
    Browse the repository at this point in the history
  2. update cli

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    e0dfdf7 View commit details
    Browse the repository at this point in the history
  3. features

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    b631aa2 View commit details
    Browse the repository at this point in the history
  4. fix link linting

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    1228c40 View commit details
    Browse the repository at this point in the history
  5. update deps

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    5277838 View commit details
    Browse the repository at this point in the history
  6. use utils for parsing

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    5b71fc5 View commit details
    Browse the repository at this point in the history
  7. update docs

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    a8ba4a9 View commit details
    Browse the repository at this point in the history
  8. 0.6.2

    jonschlinkert committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    25087a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. deps

    doowb committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    11859d6 View commit details
    Browse the repository at this point in the history
  2. relatedLinks helper

    Takes the `related` object and builds the related links list based on keys on the object.
    doowb committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    79af64a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1695b81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e289e38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e4a5fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdad93b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. several changes:

    **added**
    
    - as of v0.7.0, we will begin using the [keep-a-changelog][] format for release history
    - adds support user-defined templates
    - adds support for `app.home()`, which resolves to `~/` or the user-defined `options.homedir`. This directory is used to determine the base directory for user-defined templates.
    - adds support for [common-config](https://github.com/jonschlinkert/common-config). Exposed on the `app.common` object (e.g. `app.common.set()` etc)
    - adds experimental support for a `home` updater. If an `updatefile.js` exists in the `~/update` directory (this will be customizable, but it's not yet), this file will be loaded and `.use()`d as a plugin before other updaters are loaded. You can use this to set options, add defaults, etc. But you can also run it explictly via commandline with the `update home` command.
    
    **fixed**
    
    - fixes `app.cwd` so that it's updated when `app.options.dest` (`--dest`) is set
    - ensure args are parsed consistently
    jonschlinkert committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    b123aa4 View commit details
    Browse the repository at this point in the history
Loading
0