Skip to content

Releases: tschaub/gh-pages

v2.0.1

08 Aug 14:07
Compare
Choose a tag to compare
  • #268 - Continue even if no git configured user.

v2.0.0

16 Sep 05:30
Compare
Choose a tag to compare

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 and git config user.email in the current working directory when gh-pages is run. Ideally, this is what you want. In v1, the git user was determined based on the gh-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:

v1.2.0

01 Jun 15:08
Compare
Choose a tag to compare

v1.1.0

01 Jun 14:59
Compare
Choose a tag to compare
  • #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

09 May 03:32
Compare
Choose a tag to compare

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: