Skip to content

Releases: hexojs/hexo-cli

v4.3.2

16 Apr 13:07
1322213
Compare
Choose a tag to compare

Notable Changes

Fixes

CI / CD

Dependencies

Misc

New Contributors

Full Changelog: v4.3.1...v4.3.2

v4.3.1

12 May 14:52
bdd3987
Compare
Choose a tag to compare

Notable Changes

Fixes

Performances

Dependencies

CI/CD

New Contributors

Full Changelog: 4.3.0...v4.3.1

4.3.0

18 Jun 15:18
5c16a82
Compare
Choose a tag to compare

Feature

Refactor

  • refactor & style: let command default to be 'help' @cokemine (#277)

CI/CD

Misc

Dependencies

4.2.0

08 Aug 12:01
1989771
Compare
Choose a tag to compare

Changes

Dependencies

  • chore(deps-dev): bump mocha from 8.0.1 to 8.1.1 (#231)
  • chore(deps-dev): bump eslint from 7.5.0 to 7.6.0 (#230)

4.1.0

29 Jul 04:09
f2873b7
Compare
Choose a tag to compare

Changes

  • chore(assets): update to latest hexo-starter to use hexo 5.0.0 @SukkaW (#225)

Dependencies

  • chore(deps): bump hexo-util from 2.1.0 to 2.2.0 (#224)

4.0.0

26 Jul 10:46
737b96e
Compare
Choose a tag to compare

Breaking change

  • Requires Node 10.13+ [#195]

Fixes

  • More detailed information for hexo not found @stevenjoezhang [#206]
    • When hexo binary could not be located, we usually recommend removing the node_modules folder and reinstall the packages.
    • $ rm -rf node_modules && npm install --force
  • fix(init): fix hexo init error with a number target project name @brelian [#200]
    • It's now possible to hexo init 888
  • fix(init): shallow clone and reduce verbosity @curbengh [#129]
    • This should result in faster hexo init due to less file download.
    • hexo init operates by git clone hexo-starter. With this change, git now just clone recent commit history (shallow clone), instead of full history.
    • hexo init is also more quiet while still show error if encountered.
  • Improve Node 14 compatibility [#185] [#190]

Refactor

Housekeeping

  • chore: update hexo-starter @curbengh [#147]
  • chore: add release-drafter @yoshinorin [#165]
  • ci: drop Node 8 @curbengh [#185]
  • ci: add GitHub Actions @curbengh [#223]
  • chore(deps-dev): bump hexo-renderer-marked from 2.0.0 to 3.0.0 [#216]
  • chore(deps-dev): bump mocha from 6.2.2 to 8.0.1 [#172] [#203] [#209]
  • chore(deps-dev): bump eslint from 6.8.0 to 7.0.0 [#197]
  • chore(deps-dev): bump rewire from 4.0.1 to 5.0.0 [#170]
  • chore(deps): bump chalk from 2.4.2 to 4.0.0 [#131] [#178]
  • chore(deps-dev): bump sinon from 7.5.0 to 9.0.2 [#151] [#180]
  • chore(deps-dev): bump nyc from 14.1.1 to 15.0.0 [#149]
  • chore(deps-dev): bump eslint-config-hexo from 3.0.0 to 4.1.0 [#139] [#143]

3.1.0

16 Oct 11:06
d72cf00
Compare
Choose a tag to compare

Feature

  • chore: update hexo submodule from 3.9.0 to 4.0.0 (#125)

3.0.0

09 Oct 00:39
0335fce
Compare
Choose a tag to compare

Breaking change

  • chore: drop node 6 (#78)

Fix

  • fix(console): formatting output (#111)

Refactor

  • Refacter test (#92)

Dependencies

  • chore: update hexo-starter submodule (#77)
  • Bump hexo-util from 0.6.3 to 1.0.0 (#96)
  • Bump hexo-renderer-marked from 1.0.1 to 2.0.0 (#99)
  • Bump hexo-fs from 1.0.2 to 2.0.0 (#106)
  • Bump hexo-log from 0.2.0 to 1.0.0 (#113)
  • Bump tildify from 1.2.0 to 2.0.0 (#64)
  • Bump eslint from 5.16.0 to 6.0.1 (#75)
  • Bump acorn from 6.2.1 to 7.0.0 (#97)

v2.0.0

01 Jun 06:32
2.0.0
Compare
Choose a tag to compare

Breaking changes

  • #28 Require Node.js +6.9

Fixes

  • #45 Fixed the invalid type error while running init with a numeric folder name

Improvements

  • #29 Reveal GIT_REPO_URL in log
  • #46 Remove useless file from npm module

Refactor

Dependencies

  • #30 Drop JSCS & use ESLint instead it
  • #31 Drop object-assign
  • #34, #40 Update Sinon from 1.17.4 to 7.1.1
  • #35, #47, #58, #61 Update mocha requirement from ^2.5.3 to ^6.1.4
  • #36. #67 Update hexo-renderer-marked requirement from ^0.2.10 to ^1.0.1
  • #37 Update rewire requirement from ^2.5.1 to ^4.0.1
  • #38, #50 Update chai-as-promised requirement from ^5.3.0 to ^7.2.7
  • #39, #50, #51, #52, #55 Update eslint requirement from ^4.19.1 to ^5.16.0
  • #41 Update chai requirement from ^3.5.0 to ^4.2.0
  • #42 Update proxyquire requirement from ^1.7.9 to ^2.1.0
  • #43 Update hexo-fs requirement from ^0.2.0 to ^1.0.0
  • #44 Update chalk requirement from ^1.1.3 to ^2.4.1
  • #50 Update all packages to latest and include package-lock.json
  • #56, #70 Bump bluebird from 3.5.3 to 3.5.5
  • #50, #63, #68 Bump resolve from 1.5.0 to 1.11.0

1.1.0

28 Feb 07:17
Compare
Choose a tag to compare

Feature

support yarn workspaces (#27)

Fixes

gracefully exit process (#26)