Skip to content

Releases: hexojs/hexo-log

v4.1.0

25 Jul 15:35
a391fd6
Compare
Choose a tag to compare

Types

Dependencies

New Contributors

Full Changelog

v4.0.1...v4.1.0

v4.0.1

05 Nov 10:43
f01b79a
Compare
Choose a tag to compare

Fixes

Full Changelog: v4.0.0...v4.0.1

v4.0.0

03 Nov 11:53
d023800
Compare
Choose a tag to compare

Breaking Changes

Notable Changes

Dependencies

  • chore(deps): delete unnecessary chai-as-promised by @yoshinorin in #113
  • chore(deps-dev): bump sinon from 13.0.1 to 14.0.0 by @dependabot in #99
  • chore(deps-dev): bump sinon from 14.0.0 to 14.0.1 by @dependabot in #121
  • chore(deps-dev): bump eslint from 8.12.0 to 8.22.0 by @dependabot in #109
  • chore(deps-dev): bump rewire from 5.0.0 to 6.0.0 by @dependabot in #71
  • chore(deps-dev): bump @types/node from 18.7.18 to 18.11.9 by @dependabot in #131
  • chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 by @dependabot in #128

Misc

Full Changelog: v3.1.0...v4.0.0

v3.2.0

23 Aug 12:41
b4792be
Compare
Choose a tag to compare

Fixes

Full Changelog: v3.1.0...v3.2.0

v3.1.0

09 Aug 13:25
2d03ea3
Compare
Choose a tag to compare

Fixes

fix: handle the case where the first argument is an object @stevenjoezhang [#107]

Refactor

  • refactor: use picocolors instead of nanocolors @SukkaW [#91]

CI/CD

  • Cleanup ci (switch to node 14 for coverage and linting) @tomap [#67]

Dependencies

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

08 Oct 14:05
117b51c
Compare
Choose a tag to compare

Breaking Changes

  • chore: drop Node.js 10.x & migrate from travis to GitHub Actions @yoshinorin [#53]

Refactoring

  • refactor: use nanocolors instead of chalk @SukkaW [#56]

Dependencies

2.0.0

02 Jul 02:14
f14a648
Compare
Choose a tag to compare

Breaking change

  • Drop support of Node 8 [#34]

Refactor

  • Complete rewrite to remove dependency on hexo-bunyan. Many features of bunyan are actually not utilized by this plugin. By removing this dependency, this plugin should now be significantly lighter. @SukkaW [#34]

Dependency

  • chore(deps): bump chalk from 2.4.2 to 4.0.0 [#20] [#32]

1.0.0

02 Jul 01:57
f2b32be
Compare
Choose a tag to compare

Breaking change

  • Drop support of Node 6 [#13]

Dependency

  • Update chalk from 1.1.1 to 2.4.1 [#5]

Refactor

  • ES6 syntax [#3]

Misc

  • Replace istanbul to nyc [#14]

0.2.0

22 Aug 14:30
Compare
Choose a tag to compare

Fixes

  • Replace bunyan with hexo-bunyan to avoid the issue with installing optional dependency DTrace-Provider.

0.1.3

02 Jun 22:22
Compare
Choose a tag to compare

Fixes

  • Update >=WARN and stack trace color #1

Miscellaneous

  • Update Travis-CI node version to LTS and latest.