- #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)
- #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)
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)
- #146 - Updates dependencies (@tschaub)
- #138 - Updated readme.md with svg image (@sobolevn)
- #142 - Update globby to version 6.1.0 🚀 (@tschaub)
- #134 - Update eslint to version 3.8.0 🚀 (@tschaub)
- #135 - Update async to version 2.1.2 🚀 (@tschaub)
- #130 - Update mocha to version 3.1.1 🚀 (@tschaub)
- #112 - Update graceful-fs to version 4.1.6 🚀 (@tschaub)
- #106 - Add a --tag option to the cli (@donavon)
- #102 - Update graceful-fs to version 4.1.5 🚀 (@tschaub)
- #89 - Update globby to version 5.0.0 🚀 (@tschaub)
- #87 - Update eslint-config-tschaub to version 5.0.0 🚀 (@tschaub)
- #78 - Use rimraf for cleaning (@tschaub)
- #75 - Expose a "remove" option to the CLI (@tschaub)
- #76 - Update eslint to version 2.8.0 🚀 (@tschaub)
- #70 - Update eslint to version 2.7.0 🚀 (@tschaub)
- #63 - Update eslint to version 2.4.0 🚀 (@tschaub)
- #62 - Update eslint to version 2.3.0 🚀 (@tschaub)
- #61 - Support a custom remote. (@marco-c)
- #60 - Update eslint-config-tschaub to version 4.0.0 🚀 (@tschaub)
- #57 - Update eslint to version 2.2.0 🚀 (@tschaub)
- #59 - Allow an array of src patterns to be provided. (@tschaub)
- #54 - Ugrade ESLint and config. (@tschaub)
- #46 - cli: add
--no-push
flag to allow testing (@amtrack) - #43 - Update async to version 1.5.2 🚀 (@tschaub)
- #41 - Update async to version 1.5.1 🚀 (@tschaub)
- #38 - Update all dependencies 🌴 (@tschaub)
- #39 - Add message option to cli. (@markdalgleish)
- #37 - Rework callback error handling. (@tschaub)
- #36 - Better error handling. (@timaschew)
- #35 - Make CLI exit with error if publishing fails. (@timaschew)
- Option to include dotfiles.
- #9 - Port readme and update to reflect API changes. (@markdalgleish)
- #8 - Make base path required and options optional. (@markdalgleish)
- #7 - Use glob and fs instead of Grunt, fixes #2. (@markdalgleish)
- #6 - Move cache to install directory, fixes #4. (@markdalgleish)
- #5 - Add util tests. (@tschaub)
- #1 - Extract publish task logic from grunt-gh-pages. (@markdalgleish)
- Setup.