Releases: elysiajs/elysia-static
Releases · elysiajs/elysia-static
1.4.4
1.4.3
1.4.2
What's changed
Improvement:
- better caching mechanism
- scope cache to each instance
Full Changelog: 1.4.1...1.4.2
1.4.1
What's changed
Improvement:
- general performance improvement
- #34 log errors, make it easier to debug errors inside @elysiajs/static
- #44 fixed edge case when working dir is root
- use process.getBuiltinModules instead of import
- refactor codebase to be more readable
- rename
noCache
tocache
- use
Bun.Glob
if Bun is detected - conditional run
listFiles
only when necessary - reduce seed to
prefix
parameter - cache etag generation
Change:
- remove node-cache dependency
- remove handle safe sep for windows as Node already handle it
Breaking Change:
- rename
enableDecodeURI
todecodeURI
- remove
resolve
options, use default path.resolve instead
New Contributors
Full Changelog: 1.4.0...1.4.1
1.4.0
1.3.0
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.2
What's Changed
- fix: fixed issues with serving index.html by @RafalGoslawski in #40
New Contributors
- @RafalGoslawski made their first contribution in #40
Full Changelog: 1.1.1...1.1.2