Skip to content

Releases: abschill/httpuppy

v0.5.7

01 Aug 01:31
Compare
Choose a tag to compare

add support for dynamic route params in route paths, fixed some override bugs with static / api routes

v0.5.2

16 Jul 19:49
Compare
Choose a tag to compare

reduce package size by splitting into httpuppy-types httpuppy-router and fixed 404 hang bug on static cli router

v0.4.17

16 Jul 15:14
Compare
Choose a tag to compare

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

15 Jul 23:04
Compare
Choose a tag to compare

update bugs in cli caused from some unfortunate typos i didnt notice or have tests for

v0.4.5

14 Jul 20:02
Compare
Choose a tag to compare

logger fixes on windows 11, cleaned up internals to be snake case while public members remain useCamelCase format

0.4.1

11 Jul 03:39
Compare
Choose a tag to compare

quality of life updates, config updates and cluster optimizations
changelog entry

0.4.0

01 Jul 02:28
Compare
Choose a tag to compare

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

19 Jun 05:15
Compare
Choose a tag to compare
0.3.23 Pre-release
Pre-release

cleaned up internal modules and winston logger is now formatted all fancy and polished when bound to a console

0.3.19

18 Jun 00:19
Compare
Choose a tag to compare
0.3.19 Pre-release
Pre-release

async router callback fixes + remove confmap old file to further reduce bundle to around ~377kb

0.3.14

17 Jun 00:21
Compare
Choose a tag to compare
0.3.14 Pre-release
Pre-release

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