Skip to content

Releases: catcombo/go-staticfiles

v0.4.0

29 Sep 10:09
Compare
Choose a tag to compare

Add glob ignore patterns option

v0.3.0

24 Sep 19:01
Compare
Choose a tag to compare

Limit hash length to 12 characters

v0.2.0

24 Aug 11:57
Compare
Choose a tag to compare
  • 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, use Storage instance instead
  • Renamed Storage.Root to Storage.OutputDir
  • Replaced method Storage.SetVerboseOutput with Verbose field

v0.1.2

15 Aug 19:57
Compare
Choose a tag to compare
  • Fix Windows compatibility #2
  • Update documentation and tests