Releases: catcombo/go-staticfiles
Releases · catcombo/go-staticfiles
v0.4.0
v0.3.0
v0.2.0
- Added
Storage.OutputDirList
field to toggle storage file system to list files in output directory - Added
Storage.Enabled
to toggle development mode and switch between read original files from input directories or cached files from output directory - Move manifest loading to
staticfiles.NewStorage
method - Removed
staticfiles.FileSystem
, useStorage
instance instead - Renamed
Storage.Root
toStorage.OutputDir
- Replaced method
Storage.SetVerboseOutput
withVerbose
field