Releases: hexojs/hexo-log
Releases · hexojs/hexo-log
v4.1.0
Types
- chore: cast type
ConsoleArgs
toany[]
by @dimaslanjaka in #148
Dependencies
- remove directories in package.json & ignore package-lock.json by @stevenjoezhang in #141
- chore(deps-dev): bump sinon from 14.0.2 to 15.0.2 by @dependabot in #144
- chore(deps-dev): bump typescript from 4.9.5 to 5.0.3 by @dependabot in #146
New Contributors
- @dimaslanjaka made their first contribution in #148
Full Changelog
v4.0.1
Fixes
- fix:
Options
argument from required to optional by @yoshinorin in #132
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Breaking Changes
- chore: require node.js 14+ by @yoshinorin in #115
Notable Changes
- refactor: migrate typescript by @yoshinorin in #119
- chore: fix typescript settings for publish by @yoshinorin in #126
- feat: more type annotations by @stevenjoezhang in #130
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
- chore: delete
release-drafter
by @yoshinorin in #116 - chore:
http
tohttps
inpackage.json
by @yoshinorin in #114
Full Changelog: v3.1.0...v4.0.0
v3.2.0
Fixes
- fix: show error stack or message like [email protected] by @stevenjoezhang in #110
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Fixes
fix: handle the case where the first argument is an object @stevenjoezhang [#107]
Refactor
CI/CD
Dependencies
- chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 @dependabot [#93]
- chore(deps): bump minimist from 1.2.5 to 1.2.6 @dependabot [#94]
- chore(deps): bump actions/cache from 2 to 3 @dependabot [#90]
- chore(deps): bump actions/checkout from 2 to 3 @dependabot [#87]
- chore(deps): bump actions/setup-node from 2 to 3 @dependabot [#85]
- chore(deps-dev): bump chai from 4.3.4 to 4.3.6 @dependabot [#78]
- chore(deps-dev): bump mocha from 9.1.2 to 10.0.0 @dependabot [#76, #98]
- chore(deps-dev): bump eslint from 7.32.0 to 8.10.0 @dependabot [#65, #72, #82, #86]
- chore(deps-dev): bump eslint-config-hexo from 4.2.0 to 5.0.0 @dependabot [#73]
- chore(deps-dev): bump sinon from 11.1.2 to 13.0.1 @dependabot [#63, #81]
New Contributors
- @tomap made their first contribution in #67
- @stevenjoezhang made their first contribution in #107
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Breaking Changes
- chore: drop Node.js 10.x & migrate from travis to GitHub Actions @yoshinorin [#53]
Refactoring
Dependencies
- chore(deps-dev): bump sinon from 10.0.1 to 11.1.2 @dependabot [#52]
- chore(deps-dev): bump mocha from 8.4.0 to 9.1.0 @dependabot [#54]
- Upgrade to GitHub-native Dependabot @dependabot-preview [#43]
- chore(deps-dev): bump sinon from 9.2.4 to 10.0.1 @dependabot-preview [#42]
2.0.0
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
1.0.0
0.2.0
Fixes
- Replace bunyan with hexo-bunyan to avoid the issue with installing optional dependency DTrace-Provider.