Skip to content

Latest commit

 

History

History
82 lines (43 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

82 lines (43 loc) · 2.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.5.0 (2024-05-23)

Features

3.4.1 (2021-02-07)

Bug Fixes

  • deps: update dependency commander to v7 (342a2bb)
  • deps: update dependency koa-compress to v4 (a74ddd4)
  • deps: update dependency koa-router to v8 (27ceb5d)
  • deps: update dependency mime to v2 (af7298d)
  • 🐛 fix file mime and commander options (e419d5f)

3.4.0 (2019-07-10)

Features

  • file explorer: ✨ add Access-Control-Allow-Origin * for all files (787cae9)

3.3.0 (2018-10-12)

Features

  • gzip: ✨Support gzip compression (1fb8732)
  • Drop support for node.js v6 and v7 (74c277d)

3.2.2 (2017-12-28)

Bug Fixes

  • 🔒Fix an issue that users can browse outside the wd (d50c567), closes #16

3.2.1 (2017-04-11)

v3.2.0

  • support restful API, config same as koa-router
  • upgrade jade to pug
  • update node versions in travis ci
  • add verbose log for request method, path and cost time
  • fix directory config
  • change server response log from debug level to verbose
  • add ssl test case
  • update readme

v3.1.0

  • add ssl support

v3.0.1

  • remove usage report

v3.0.0

  • rewrite in es6

  • use co