Releases: hexojs/hexo-deployer-git
Releases · hexojs/hexo-deployer-git
v4.0.0
Breaking Changes
- chore: require node14+ by @yoshinorin in #271
Performances
- refactor/perf: use picocolors by @stevenjoezhang in #265
CI/CD
- Switch to gh-actions by @tomap in #226
- chore(deps): bump actions/setup-node from 2 to 3.1.0 by @dependabot in #248
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #240
- chore(deps): bump actions/setup-node from 3.1.0 to 3.4.1 by @dependabot in #267
Docs
- chore:
http
tohttps
in src & test by @yoshinorin in #272
Dependencies
- Use luxon instead of moment by @stevenjoezhang in #204
- chore(deps): update dependencies & replace
nyc
withc8
by @yoshinorin in #277 - chore(deps): bump actions/setup-node from 3.4.1 to 3.6.0 by @dependabot in #297
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #203
New Contributors
- @tomap made their first contribution in #226
- @dependabot made their first contribution in #248
Full Changelog: 3.0.0...v4.0.0
v3.0.0
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
2.0.0
1.0.0
BREAKING Changes:
- Replace swig by swig-templates (#100)
Fixes:
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
CI:
- Update ci services target nodejs version (#111)
0.3.1
Fixes
- Fix the
fs.SyncWriteStream is deprecated
warning.