Skip to content

Releases: hexojs/hexo-deployer-git

v4.0.0

06 Feb 13:05
f125535
Compare
Choose a tag to compare

Breaking Changes

Performances

CI/CD

Docs

Dependencies

New Contributors

Full Changelog: 3.0.0...v4.0.0

v3.0.0

10 Feb 14:36
70e2c8f
Compare
Choose a tag to compare

Changes

Dependencies

Misc

2.1.0

17 Nov 09:35
78591fb
Compare
Choose a tag to compare

Feature

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

2.0.0

10 Nov 03:30
aadcd16
Compare
Choose a tag to compare

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

09 Jan 01:32
Compare
Choose a tag to compare

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

27 Jul 14:55
Compare
Choose a tag to compare

Fixes

  • Fix the fs.SyncWriteStream is deprecated warning.

0.3.0

02 May 19:56
Compare
Choose a tag to compare

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