Skip to content

1.4.1

Choose a tag to compare

@SaltyAom SaltyAom released this 13 Oct 00:20
· 8 commits to main since this release
23be019

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 to cache
  • 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 to decodeURI
  • remove resolve options, use default path.resolve instead

New Contributors

Full Changelog: 1.4.0...1.4.1