Skip to content

Releases: hexojs/hexo-front-matter

v4.2.1

31 Oct 12:07
98e2ce1
Compare
Choose a tag to compare

At the time of the publishing v4.2.0, we forgot to build TypeScript. This release is fixes that issue. At the source code level (before building TypeScript), it is the same as v4.2.0.

See: #129 (comment)

v4.2.0

31 Oct 08:50
21f72f1
Compare
Choose a tag to compare

Warning

Please use v4.2.1 instead
See: #129 (comment)

Fixes

  • fix: date localestring format error by @Pcrab in #68
  • fix: make parse options optional by @Pcrab in #67

Test

Dependencies

  • chore(deps-dev): bump c8 from 7.14.0 to 8.0.0 by @dependabot in #89
  • chore(dependabot): ignore @types/node update and reduce PR from dependabot by @yoshinorin in #108
  • chore(deps-dev): bump typescript from 4.9.5 to 5.2.2 by @dependabot in #115

New Contributors

Full Changelog

v4.1.0...v4.2.0

v4.1.0

20 Apr 13:48
511ba4f
Compare
Choose a tag to compare

Notable Changes

New Contributors

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

v4.0.0

25 Oct 14:06
1adb3c6
Compare
Choose a tag to compare

Breaking Changes

Test

Dependencies

Full Changelog: 3.0.0...v4.0.0

3.0.0

03 Jan 01:21
4713192
Compare
Choose a tag to compare

Breaking Changes

Performance

  • refactor/perf: regexp & split shorthand @SukkaW #34

Dependencies

Misc

Full Changelog: 2.0.0...3.0.0

2.0.0

25 Jul 06:34
ccbdff3
Compare
Choose a tag to compare

Breaking change

  • chore: drop node 8 [#32]
  • - const yfm = require('hexo-front-matter');
    + const { parse: yfm } = require('hexo-front-matter');

Refactor

  • refactor: forEach() [#21]
  • refactor/perf: regexp & split shorthand [#34]

Housekeeping

  • chore(deps-dev): bump mocha from 7.2.0 to 8.0.1 [#33]
  • chore(deps-dev): bump mocha from 6.2.2 to 7.1.1 [#30]
  • chore(deps-dev): bump eslint from 6.8.0 to 7.1.0 [#32]
  • chore(deps-dev): bump eslint-config-hexo from 3.0.0 to 4.0.0 [#24]

1.0.0

07 Sep 07:31
2c441bc
Compare
Choose a tag to compare

Breaking change

  • chore: drop node 6 (#18)

Refactor

  • Migrate to ES6 (#9)

Housekeeping

  • Use eslint instead of jscs (#10)