Releases: hexojs/hexo-generator-feed
Releases · hexojs/hexo-generator-feed
v4.0.0
Breaking Changes
- bump node to 16+ by @tomap in #221
- chore: drop Node.js 16 by @stevenjoezhang in #241
New Features
- feat: switch to Feedsmith library by @macieklamberski in #249
- Add enable/disable option by @tomap in #155
Fixes
- fix: Add language attribute for Atom feed generation by @feiju12138 in #262
Refactors
- refactor feed type check by @stevenjoezhang in #193
Dependenceis
- chore(deps-dev): bump eslint from 7.32.0 to 8.0.1 by @dependabot[bot] in #174
- chore(deps-dev): bump hexo from 5.4.0 to 6.0.0 by @dependabot[bot] in #177
- chore(deps-dev): bump mocha from 8.4.0 to 9.1.3 by @dependabot[bot] in #175
- chore(deps-dev): bump eslint-config-hexo from 4.2.0 to 5.0.0 by @dependabot[bot] in #179
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot[bot] in #181
- chore(deps): bump actions/setup-node from 2 to 3.1.0 by @dependabot[bot] in #182
- chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 by @dependabot[bot] in #183
- chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 by @dependabot[bot] in #184
- chore(deps): bump actions/setup-node from 3.1.1 to 3.2.0 by @dependabot[bot] in #186
- chore(deps): bump actions/setup-node from 3.2.0 to 3.4.1 by @dependabot[bot] in #189
- chore(deps): bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot[bot] in #191
- chore(deps-dev): bump camaro from 5.0.3 to 6.2.0 by @dependabot[bot] in #190
- chore(deps): bump hexo-util from 2.7.0 to 3.0.1 by @dependabot[bot] in #195
- chore(deps): bump actions/setup-node from 3.5.0 to 3.5.1 by @dependabot[bot] in #192
- chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0 by @dependabot[bot] in #196
- chore(deps): bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot[bot] in #200
- chore(deps): bump actions/setup-node from 3.7.0 to 3.8.0 by @dependabot[bot] in #201
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot[bot] in #204
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot[bot] in #205
- chore(deps-dev): bump hexo from 6.3.0 to 7.0.0 by @dependabot[bot] in #206
- chore(deps-dev): bump nyc from 15.1.0 to 17.1.0 by @dependabot[bot] in #225
- chore(deps-dev): bump mocha from 10.8.2 to 11.1.0 by @dependabot[bot] in #224
- chore(deps-dev): bump eslint from 8.57.1 to 9.26.0 by @dependabot[bot] in #237
- chore(deps-dev): bump eslint-config-hexo from 5.0.0 to 6.0.0 by @dependabot[bot] in #223
- chore(deps-dev): bump cheerio from 0.22.0 to 1.0.0 by @dependabot[bot] in #226
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #242
- chore(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #245
- chore(deps-dev): bump hexo from 7.3.0 to 8.0.0 by @dependabot[bot] in #246
- chore(deps): bump hexo-util from 3.3.0 to 4.0.0 by @dependabot[bot] in #250
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #248
- chore(deps-dev): bump chai from 4.5.0 to 6.2.1 by @dependabot[bot] in #251
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #252
- chore: remove ESLint configuration files and update package.json by @D-Sketon in #253
- chore(deps): update, version pinning and add lockfile by @yoshinorin in #256
- chore(deps): bump feedsmith from 2.8.0 to 2.9.0 by @dependabot[bot] in #259
- chore(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #261
- chore(deps-dev): bump cheerio from 1.1.2 to 1.2.0 by @dependabot[bot] in #260
CI/CD
- Upgrade to GitHub-native Dependabot by @dependabot-preview[bot] in #161
- Switch from travis to GH Actions by @tomap in #178
- ci: use
majorversion by @uiolee in #203 - ci: add dependency-review action for vulnerability scanning by @yoshinorin in #254
- ci: enable trusted publishing by @yoshinorin in #255
- ci: verify tag version for trusted publishing by @yoshinorin in #258
Docs
New Contributors
- @dependabot[bot] made their first contribution in #174
- @stevenjoezhang made their first contribution in #193
- @uiolee made their first contribution in #203
- @macieklamberski made their first contribution in #249
- @D-Sketon made their first contribution in #253
- @feiju12138 made their first contribution in #262
Full Changelog
3.0.0
2.2.0
2.1.1
2.1.0
Breaking change
- Requires Node 8.10+ (#99)
Features
- Add rss autodiscovery element by default (#96)
- Support feed icon in RSS2 (#102)
- Support generating both atom and rss2 (#100)
Fix
2.0.0
Breaking change
- Drop Node 6, v2 onwards must use Node 8 or above (#85)
Features
- Support post with
imagefront-matter (#68) - Feed icon is now customizable (#69)
- Support specifying per-post description by specifying "intro" in front-matter (#58)
- Support feed icon (#57)
- Post order can be specified. Order by newest post by default. (#64)