Skip to content

Releases: fastify/fastify-static

v2.7.0

20 Apr 21:07

Choose a tag to compare

📚 PR:

  • add flag to avoid trailing slash in prefix (#123)

v2.6.0

26 Jan 18:20

Choose a tag to compare

📚 PR:

  • Add rootPath overload parameter to sendFile function (#118)

v2.5.1

29 Nov 07:52

Choose a tag to compare

📚 PR:

  • fix for typescript http2/https warning (#115)
  • fix: handle missing trailing slash on directories (#113)

v2.5.0

17 Jun 19:09

Choose a tag to compare

📚 PR:

  • Added Node 12 to .travis.yml
  • Updated dependencies
  • maxAge test (#103)
  • feat: allow wildcard being globPattern (#107)

v2.4.0

27 Mar 14:46

Choose a tag to compare

  • log warning if root directory does not exists instead of warning #102

v2.3.4

25 Feb 08:58

Choose a tag to compare

  • Fastify v2.0.0 release

v2.3.3

22 Feb 07:20

Choose a tag to compare

#99 - Add wildcard option to type definitions

v2.3.2

14 Feb 16:44

Choose a tag to compare

#97 - Add type prop the package.json

v2.3.1

12 Feb 23:23

Choose a tag to compare

  • Improve error output if root is missing #96

v2.3.0

10 Feb 18:57

Choose a tag to compare

  • Added redirect option #93