hexo-server

Server module for Hexo.

MIT License

Downloads
91.9K
Stars
78
Committers
23

Bot releases are hidden (Show)

hexo-server - 3.0.0 Latest Release

Published by yoshinorin almost 3 years ago

Breaking Changes

  • chore: drop nodejs 10.x @yoshinorin (#192)

Fixes

  • fix: send correct MIME for rss file @XieJiSS (#145)
  • Check if header has already been set @9662 (#49)

Performance

  • refactor: replace chalk with nanocolors @SukkaW (#171)
  • Switch to picocolors @tomap (#177)

Refactor

  • refactor: use the WHATWG URL API instead of url.format @yoshinorin (#193)

Changes

  • chore(docs): update badges @yoshinorin (#194)

Dependencies

  • chore(deps): bump mime from 2.5.2 to 3.0.0 @dependabot (#181)
  • chore(deps-dev): bump sinon from 11.1.2 to 12.0.1 @dependabot (#183)
  • chore(deps-dev): bump sinon from 10.0.1 to 11.1.2 @dependabot (#167)
  • chore(deps-dev): bump sinon from 9.2.4 to 10.0.1 @dependabot-preview (#154)
  • chore(deps-dev): bump eslint from 8.1.0 to 8.5.0 @dependabot (#190)
  • chore(deps-dev): bump eslint from 7.32.0 to 8.1.0 @dependabot (#178)
  • chore(deps-dev): bump hexo from 5.4.0 to 6.0.0 @dependabot (#191)
  • chore(deps): bump open from 8.2.1 to 8.3.0 @dependabot (#172)
  • chore(deps): bump open from 8.3.0 to 8.4.0 @dependabot (#179)
  • chore(deps-dev): bump mocha from 8.4.0 to 9.1.3 @dependabot (#176)
  • chore(deps-dev): bump supertest from 5.0.0 to 6.1.3 @dependabot-preview (#147)
  • chore(deps): bump open from 7.4.2 to 8.0.9 @dependabot (#159)
  • Upgrade to GitHub-native Dependabot @dependabot-preview (#157)
  • chore(deps-dev): bump supertest from 4.0.2 to 5.0.0 @dependabot-preview (#141)

New Contributors

Full Changelog: https://github.com/hexojs/hexo-server/compare/2.0.0...3.0.0

hexo-server - 1.0.0

Published by curbengh about 5 years ago

Breaking change

  • Drop node 6 (#87)

Refactor

  • Refactor: es2016nify (#68)
  • refactor: Test refactor es2016 (#67)

Housekeeping

  • Move jscs to eslint (#65)
hexo-server - 0.3.1

Published by JLHwung almost 7 years ago

Fixes

  • Fix default server config to listen on both IPv4 and IPv6. (#41)
hexo-server -

Published by NoahDragon almost 7 years ago

Features

  • serveStatic option pass-through #36
  • Serve on all interfaces by default #39
hexo-server -

Published by NoahDragon about 7 years ago

Fixes

  • Fix the fs.SyncWriteStream is deprecated warning.
hexo-server -

Published by NoahDragon over 7 years ago

Fixes

  • Fix the type error: The header content contains invalid characters #25