Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,40 @@ | ||
## v1.1.0 | ||
* [#218](https://github.com/tschaub/gh-pages/pull/218) - Update dependencies, test on Node 8 ([@tschaub](https://github.com/tschaub)) | ||
* [#211](https://github.com/tschaub/gh-pages/pull/211) - Update async to the latest version 🚀 ([@tschaub](https://github.com/tschaub)) | ||
* [#202](https://github.com/tschaub/gh-pages/pull/202) - chore(package): update sinon to version 3.2.1 ([@tschaub](https://github.com/tschaub)) | ||
* [#201](https://github.com/tschaub/gh-pages/pull/201) - chore(package): update chai to version 4.1.1 ([@tschaub](https://github.com/tschaub)) | ||
* [#196](https://github.com/tschaub/gh-pages/pull/196) - fix(package): update fs-extra to version 4.0.1 ([@tschaub](https://github.com/tschaub)) | ||
* [#199](https://github.com/tschaub/gh-pages/pull/199) - Update tmp to the latest version 🚀 ([@tschaub](https://github.com/tschaub)) | ||
* [#193](https://github.com/tschaub/gh-pages/pull/193) - Return the promise in the publish function ([@Ambyjkl](https://github.com/Ambyjkl)) | ||
* [#188](https://github.com/tschaub/gh-pages/pull/188) - chore(package): update sinon to version 2.3.3 ([@tschaub](https://github.com/tschaub)) | ||
* [#185](https://github.com/tschaub/gh-pages/pull/185) - fix(package): update commander to version 2.11.0 ([@tschaub](https://github.com/tschaub)) | ||
* [#186](https://github.com/tschaub/gh-pages/pull/186) - chore(package): update eslint to version 4.1.1 ([@tschaub](https://github.com/tschaub)) | ||
* [#187](https://github.com/tschaub/gh-pages/pull/187) - fix(package): update async to version 2.5.0 ([@tschaub](https://github.com/tschaub)) | ||
* [#175](https://github.com/tschaub/gh-pages/pull/175) - Removed unnecessary path require ([@antialias](https://github.com/antialias)) | ||
## v1.0.0 | ||
This release includes a couple breaking changes: | ||
* Node 4+ is required. | ||
* The `logger` option has been removed. Set `NODE_DEBUG=gh-pages` to see debug output. | ||
If you are using Node 4+ and not using the `logger` option, upgrades should be painless. See below for a full list of changes: | ||
* [#174](https://github.com/tschaub/gh-pages/pull/174) - Remove the logger option and use util.debuglog() ([@tschaub](https://github.com/tschaub)) | ||
* [#173](https://github.com/tschaub/gh-pages/pull/173) - Dedicated cache directory per repo ([@tschaub](https://github.com/tschaub)) | ||
* [#172](https://github.com/tschaub/gh-pages/pull/172) - Provision for root path when splitting ([@esarbanis](https://github.com/esarbanis)) | ||
* [#171](https://github.com/tschaub/gh-pages/pull/171) - Add a dest option ([@lelandmiller](https://github.com/lelandmiller)) | ||
* [#73](https://github.com/tschaub/gh-pages/pull/73) - feat(plugin): add plugin support for semantic-release ([@tusharmath](https://github.com/tusharmath)) | ||
* [#170](https://github.com/tschaub/gh-pages/pull/170) - Integration tests ([@tschaub](https://github.com/tschaub)) | ||
* [#21](https://github.com/tschaub/gh-pages/pull/21) - Document that git 1.9+ is required. ([@warmhug](https://github.com/warmhug)) | ||
* [#169](https://github.com/tschaub/gh-pages/pull/169) - Fix noPush command argument and include regression tests for the CLI ([@thiagofelix](https://github.com/thiagofelix)) | ||
* [#168](https://github.com/tschaub/gh-pages/pull/168) - Clone with depth 1 by default ([@tschaub](https://github.com/tschaub)) | ||
* [#167](https://github.com/tschaub/gh-pages/pull/167) - Require Node 4+ ([@tschaub](https://github.com/tschaub)) | ||
* [#166](https://github.com/tschaub/gh-pages/pull/166) - Updates ([@tschaub](https://github.com/tschaub)) | ||
* [#158](https://github.com/tschaub/gh-pages/pull/158) - Update dependencies to enable Greenkeeper 🌴 ([@tschaub](https://github.com/tschaub)) | ||
* [#150](https://github.com/tschaub/gh-pages/pull/150) - Fix small typo ([@mandeldl](https://github.com/mandeldl)) | ||
## v0.12.0 | ||
@@ -2,0 +41,0 @@ |
@@ -100,3 +100,3 @@ var Git = require('./git'); | ||
var repoUrl; | ||
getRepo(options) | ||
return getRepo(options) | ||
.then(function(repo) { | ||
@@ -103,0 +103,0 @@ repoUrl = repo; |
{ | ||
"name": "gh-pages", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)", | ||
@@ -24,8 +24,5 @@ "keywords": [ | ||
"main": "lib/index.js", | ||
"config": { | ||
"js": "lib test bin plugin.js" | ||
}, | ||
"scripts": { | ||
"fix-lint": "eslint --fix $npm_package_config_js", | ||
"pretest": "eslint $npm_package_config_js", | ||
"lint": "eslint lib test bin plugin.js", | ||
"pretest": "npm run lint", | ||
"test": "mocha --recursive test" | ||
@@ -37,18 +34,18 @@ }, | ||
"dependencies": { | ||
"async": "2.1.4", | ||
"async": "2.6.0", | ||
"base64url": "^2.0.0", | ||
"commander": "2.9.0", | ||
"fs-extra": "^3.0.1", | ||
"commander": "2.11.0", | ||
"fs-extra": "^4.0.2", | ||
"globby": "^6.1.0", | ||
"graceful-fs": "4.1.11", | ||
"rimraf": "^2.5.4" | ||
"rimraf": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai": "^4.1.2", | ||
"dir-compare": "^1.4.0", | ||
"eslint": "^3.10.2", | ||
"eslint-config-tschaub": "^7.0.0", | ||
"mocha": "^3.1.2", | ||
"sinon": "^1.17.3", | ||
"tmp": "0.0.31" | ||
"eslint": "^4.11.0", | ||
"eslint-config-tschaub": "^9.0.0", | ||
"mocha": "^4.0.1", | ||
"sinon": "^4.1.2", | ||
"tmp": "0.0.33" | ||
}, | ||
@@ -55,0 +52,0 @@ "bin": { |
@@ -17,3 +17,2 @@ # gh-pages | ||
var ghpages = require('gh-pages'); | ||
var path = require('path'); | ||
@@ -20,0 +19,0 @@ ghpages.publish('dist', function(err) {}); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51296
32
330
+ Addedasync@2.6.0(transitive)
+ Addedcommander@2.11.0(transitive)
+ Addedfs-extra@4.0.3(transitive)
+ Addedjsonfile@4.0.0(transitive)
- Removedasync@2.1.4(transitive)
- Removedcommander@2.9.0(transitive)
- Removedfs-extra@3.0.1(transitive)
- Removedgraceful-readlink@1.0.1(transitive)
- Removedjsonfile@3.0.1(transitive)
Updatedasync@2.6.0
Updatedcommander@2.11.0
Updatedfs-extra@^4.0.2
Updatedrimraf@^2.6.2