Releases: tschaub/gh-pages
Releases · tschaub/gh-pages
v2.1.0
v2.0.1
v2.0.0
Breaking changes:
- Requires Node 6 and above. If you require support for Node 4, stick with v1.2.0.
- The git user for commits is determined by running
git config user.name
andgit config user.email
in the current working directory whengh-pages
is run. Ideally, this is what you want. In v1, the git user was determined based on thegh-pages
install directory. If the package was installed globally, the git user might not have been what you expected when running in a directory with a locally configured git user.
Details:
- #264 - Better user handling (thanks @holloway for getting this going and @nuklearfiziks and @paulirish for pushing it over the edge)
- #263 - Infra: newer syntax and upgrade deps to latest stable versions (@AviVahl)
v1.2.0
- #252 - Update dependencies (@tschaub)
- #245 - Typos (@thekevinscott)
- #251 - Update async to the latest version 🚀 (@tschaub)
- #243 - docs(readme.md): add tips (@polyglotm)
- #241 - Update sinon to the latest version 🚀 (@tschaub)
- #240 - Update eslint-config-tschaub to the latest version 🚀 (@tschaub)
- #239 - Assorted updates (@tschaub)
- #238 - fix(package): update commander to version 2.15.1 (@tschaub)
- #237 - chore(package): update mocha to version 5.0.5 (@tschaub)
- #232 - Update sinon to the latest version 🚀 (@tschaub)
v1.1.0
- #218 - Update dependencies, test on Node 8 (@tschaub)
- #211 - Update async to the latest version 🚀 (@tschaub)
- #202 - chore(package): update sinon to version 3.2.1 (@tschaub)
- #201 - chore(package): update chai to version 4.1.1 (@tschaub)
- #196 - fix(package): update fs-extra to version 4.0.1 (@tschaub)
- #199 - Update tmp to the latest version 🚀 (@tschaub)
- #193 - Return the promise in the publish function (@Ambyjkl)
- #188 - chore(package): update sinon to version 2.3.3 (@tschaub)
- #185 - fix(package): update commander to version 2.11.0 (@tschaub)
- #186 - chore(package): update eslint to version 4.1.1 (@tschaub)
- #187 - fix(package): update async to version 2.5.0 (@tschaub)
- #175 - Removed unnecessary path require (@antialias)
1.0.0
This release includes a couple breaking changes:
- Node 4+ is required.
- The
logger
option has been removed. SetNODE_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 - Remove the logger option and use util.debuglog() (@tschaub)
- #173 - Dedicated cache directory per repo (@tschaub)
- #172 - Provision for root path when splitting (@esarbanis)
- #171 - Add a dest option (@lelandmiller)
- #73 - feat(plugin): add plugin support for semantic-release (@tusharmath)
- #170 - Integration tests (@tschaub)
- #21 - Document that git 1.9+ is required. (@warmhug)
- #169 - Fix noPush command argument and include regression tests for the CLI (@thiagofelix)
- #168 - Clone with depth 1 by default (@tschaub)
- #167 - Require Node 4+ (@tschaub)
- #166 - Updates (@tschaub)
- #158 - Update dependencies to enable Greenkeeper 🌴 (@tschaub)
- #150 - Fix small typo (@mandeldl)