Releases: elysiajs/elysia-static
Releases · elysiajs/elysia-static
1.4.7
1.4.6
What's changed
Bug fix:
- normalize path only when unsafe
- cache
cryptopackage import
Full Changelog: 1.4.5...1.4.6
1.4.5
What's Changed
- fix: resolve static paths correctly on Windows by @denysovvl in #52
New Contributors
- @denysovvl made their first contribution in #52
Full Changelog: 1.4.4...1.4.5
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
noCachetocache - use
Bun.Globif Bun is detected - conditional run
listFilesonly when necessary - reduce seed to
prefixparameter - cache etag generation
Change:
- remove node-cache dependency
- remove handle safe sep for windows as Node already handle it
Breaking Change:
- rename
enableDecodeURItodecodeURI - remove
resolveoptions, 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