Releases: go-playground/statics
Releases · go-playground/statics
Release 1.7.0
Release 1.6.1
What was fixed?
- corrected idx issue combining
$GOPATH
, functionality added in v1.6.0
Release 1.6.0
What's New?
- AbsPkgPath now supports passing of
$GOPATH
and will determine automatically for you.
Release 1.5.2
- Correct command to double slash
Release 1.5.1
- Fix example command in docs using wrong slash
- Added example command output.
Release 1.5
- Add note about the generate package https://github.com/go-playground/generate for help in generating everything without needing to do it in every library.
Release 1.4
What Changed
- Added FallbackToDisk option
Explanation
- When a static resource cannot be found FallbackToDisk when set
to true will allow falling back to look for the resource on disk.
This is particularly useful when you have mixes assets of both static
and on disk resources i.e. js, css etc are static but you have a dir
for user avatar images which is on disk and needs to be read and written
to.
Release 1.3
- Added Processing Messages for directories as well as files.
Release 1.2
- reverted from using gopkg.in so compiled program is statics and not statics.vX
Release 1.1
- Fix some tests that can differ on local filesystems and OS's
- Added CI badge to README