Releases: tinywaves/http-server
Releases · tinywaves/http-server
v1.0.1
No significant changes
View changes on GitHub
v1.0.0
🚀 Features
- Initialize project with TypeScript setup, ESLint configuration, and GitHub Actions for release automation - by @tinywaves (4993b)
- Enhance package.json with module type, description, license, homepage, keywords, and export configurations - by @tinywaves (106bd)
- Implement basic HTTP server with customizable options and add chalk dependency for console output styling - by @tinywaves (1894c)
- Add htttp-server cli command - by @tinywaves (83b1c)
- Use commander to catch cli input - by @tinywaves (a4ef6)
- Add ejs to render pages - by @tinywaves (65fab)
- Support file render - by @tinywaves (063d3)
- Use stream toreplace read file directly - by @tinywaves (f12c2)
- Support page jump - by @tinywaves (efee8)
- Support encoded request url and disply content size - by @tinywaves (a8a67)
- Integrate HTML template directly into constants and remove external EJS file - by @tinywaves (76d2b)
- Support data fetch and data specific - by @tinywaves (6643b)
- Use uuid to generate random id - by @tinywaves (18f24)
- Support cors - by @tinywaves (1a224)
- Cli input cors - by @tinywaves (5eff5)
- Enable cache - by @tinywaves (af0c4)
- Use
Etag
toreplaceLast-Modified
- by @tinywaves (40901) - Support compression - by @tinywaves (9fa7f)
- Support dynamic max-age - by @tinywaves (a5dae)
🐞 Bug Fixes
- Cli path error - by @tinywaves (ab026)