Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Releases: chasyumen/lite-web-server

1.2.2

27 Apr 15:43
2014b23

Choose a tag to compare

1.2.2 (npm / Github)

Added

  • added x-powered-by header.

1.2.2-beta.1636471500

09 Nov 16:04

Choose a tag to compare

1.2.2-beta.1636471500 Pre-release
Pre-release

1.2.2 (npm / Github)

Added

  • added x-powered-by header.

Full Changelog: 1.2.1...1.2.2-beta.1636471500

1.2.1

13 Oct 21:25

Choose a tag to compare

1.2.1 (npm / Github)

Fixed

  • Fixed serveindex redirect bug.

1.2.0 (npm / Github)

Added

  • added "SafeUrl" method.
  • added events to webserver class.

1.1.0

08 Oct 00:03
623cf86

Choose a tag to compare

Added

  • added serve-index features. (Disabled by default)

1.1.0-beta.1633645140

07 Oct 22:28

Choose a tag to compare

1.1.0-beta.1633645140 Pre-release
Pre-release

Added

  • added serve-index features. (Disabled by default)

1.0.10

07 Oct 01:59
75b428d

Choose a tag to compare

Added

  • You can specify the file to load as a home page. (If it's not specified, it will load "/index.html")

Changed

  • options.req405error and options.notfound are changed to options.errordocument._404 and options.errordocument._405
  • default 404 and 405 pages are improved.

Fixed

  • Loads /index.html when requested directory page. (If it's not specified.)

1.0.10-beta.1633545000

06 Oct 18:42

Choose a tag to compare

Pre-release

Added

  • You can specify the file to load as a home page. (If it's not specified, it will load "/index.html")

Fixed

  • Loads /index.html when requested directory page. (If it's not specified.)

1.0.9

06 Oct 14:38
dda06b5

Choose a tag to compare

Merge pull request #10 from chasyumen/test

1.0.9

1.0.9-beta.1633526820

06 Oct 13:40

Choose a tag to compare

1.0.9-beta.1633526820 Pre-release
Pre-release
Update jsdoc.json

1.0.8

06 Oct 02:11
b9ba443

Choose a tag to compare

Update check.js