Hexo Deployer Git Versions Save

Git deployer plugin for Hexo.

v4.0.0

1 year ago

Breaking Changes

Performances

CI/CD

Docs

Dependencies

New Contributors

Full Changelog: https://github.com/hexojs/hexo-deployer-git/compare/3.0.0...v4.0.0

3.0.0

3 years ago

Changes

  • release: 3.0.0 @stevenjoezhang (#198)
  • Replace swig-templates with nunjucks @stevenjoezhang (#173)

Dependencies

  • chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 @dependabot-preview (#190)
  • chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 @dependabot-preview (#188)
  • chore(deps): bump hexo-fs from 2.0.0 to 3.0.1 @dependabot-preview (#178)
  • chore(deps): bump hexo-util from 1.9.0 to 2.1.0 @dependabot-preview (#184)
  • Bump eslint-config-hexo from 3.0.0 to 4.1.0 @dependabot-preview (#156)
  • chore(deps): bump chalk from 3.0.0 to 4.0.0 @dependabot-preview (#176)
  • chore(deps-dev): bump mocha from 6.2.3 to 7.1.2 @dependabot-preview (#179)
  • Bump nyc from 14.1.1 to 15.0.0 @dependabot-preview (#157)

Misc

  • ci: drop node 8 & add node 14 @SukkaW (#181)
  • chore: add release-drafter @YoshinoriN (#166)

2.1.0

4 years ago

Feature

  • Support authenticating using an access token (either the value itself or an environment variable) specified in the config. (#135)

2.0.0

4 years ago

Breaking change

  • Requires Node 8 or above (#138)

Refactor

  • Update syntax to ES6 (#141)

Housekeeping

  • Update hexo-util from ^0.6.0 to ^1.0.0 (#145)

1.0.0

5 years ago

BREAKING Changes:

  • Replace swig by swig-templates (#100)

Fixes:

  • Install command in npm@5 (#89)
  • Inherit stdio in spawned git process (#82)

Improvement

  • specify files to shrink package size ca449bb

Update dependencies:

  • Update vulnerabilities dependencies (#110)
  • Update babel-eslint requirement from ^7.2.1 to ^10.0.1 (#116)
  • Update hexo-fs requirement from ^0.2.0 to ^1.0.0 (#115)
  • Update chai requirement from ^3.5.0 to ^4.2.0 (#113 )
  • Update chalk requirement from ^1.1.3 to ^2.4.1 (#114 )

Docs

  • Add Notice on pushing github errors 4a2e283
  • Update installation section 288b415

CI:

  • Update ci services target nodejs version (#111)

0.3.1

6 years ago

Fixes

  • Fix the fs.SyncWriteStream is deprecated warning.

0.3.0

7 years ago

New:

  • Add ignore_pattern in configuration #62
  • Add the ignore hidden files option to publish #53
  • Add ability to setup repo with env #46
  • Add extend_dirs support #39

Fix:

  • Replace gitcafe with coding #64