Releases: abschill/httpuppy
Releases · abschill/httpuppy
v0.5.7
add support for dynamic route params in route paths, fixed some override bugs with static / api routes
v0.5.2
reduce package size by splitting into httpuppy-types
httpuppy-router
and fixed 404 hang bug on static cli router
v0.4.17
update vfs to its own module, with internal mem caching for text-based content mimes to improve performance further, uses better path traversal using async path generation, but now the syntax for server.static
is a promise as a result instead of being synchronous, basically the generator has to walk the file tree now through a generator and then store the content that it can in memory rather than reading it on request
v0.4.12
update bugs in cli caused from some unfortunate typos i didnt notice or have tests for
v0.4.5
logger fixes on windows 11, cleaned up internals to be snake case while public members remain useCamelCase
format
0.4.1
quality of life updates, config updates and cluster optimizations
changelog entry
0.4.0
update static - remove from config and create top level callback on server creations, remove cli config finder and just make it inline serve path / port
0.3.23
cleaned up internal modules and winston logger is now formatted all fancy and polished when bound to a console
0.3.19
async router callback fixes + remove confmap old file to further reduce bundle to around ~377kb
0.3.14
remove busboy & inquirer, add quickfix (no more ini configs, but u can do toml if u want) add a simple runtime json body concept support for routers