Skip to content

Releases: go-playground/statics

Release 1.7.0

05 Oct 01:27
Compare
Choose a tag to compare

What's new?

update to use os.ExpandEnv(...) to parse env vars

Release 1.6.1

07 Sep 21:23
Compare
Choose a tag to compare

What was fixed?

  • corrected idx issue combining $GOPATH, functionality added in v1.6.0

Release 1.6.0

07 Sep 19:10
Compare
Choose a tag to compare

What's New?

  • AbsPkgPath now supports passing of $GOPATH and will determine automatically for you.

Release 1.5.2

20 Nov 13:05
Compare
Choose a tag to compare
  • Correct command to double slash

Release 1.5.1

20 Nov 13:03
Compare
Choose a tag to compare
  • Fix example command in docs using wrong slash
  • Added example command output.

Release 1.5

17 Nov 20:37
Compare
Choose a tag to compare

Release 1.4

17 Nov 15:53
Compare
Choose a tag to compare

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

12 Nov 19:48
Compare
Choose a tag to compare
  • Added Processing Messages for directories as well as files.

Release 1.2

12 Nov 17:07
Compare
Choose a tag to compare
  • reverted from using gopkg.in so compiled program is statics and not statics.vX

Release 1.1

12 Nov 16:51
Compare
Choose a tag to compare
  • Fix some tests that can differ on local filesystems and OS's
  • Added CI badge to README