Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.8.32 #229

Merged
merged 4 commits into from
Mar 15, 2020
Merged

v1.8.32 #229

merged 4 commits into from
Mar 15, 2020

Conversation

Fenny
Copy link
Member

@Fenny Fenny commented Mar 15, 2020

v1.8.32 Changelog

[NEW] Static struct can be used to tweak settings for serving static files

app.Static("/", "./static", fiber.Static{
  Compress:   true, // Optional, default: false
  ByteRange:  true, // Optional, default: false
  Browse:     true, // Optional, default: false
  Index:      "john.html" // Optional, default: "index.html",
})

[UPDATE] app.Static(prefix, root string, config ...Static)

[FIX] Static case sensitive mis matches #227
[FIX] Static Update file/folder changes #221
[FIX] Static Fix iconfont files #222 (comment)

@Fenny Fenny merged commit 7decc7f into gofiber:master Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant