All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
2758 days ago

Changelog History

  • v1.7.0 Changes

    October 05, 2016

    What's new?

    โšก๏ธ update to use os.ExpandEnv(...) to parse env vars

  • v1.6.1 Changes

    September 07, 2016

    ๐Ÿ›  What was fixed?

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

    September 07, 2016

    What's New?

    • ๐Ÿ‘ AbsPkgPath now supports passing of $GOPATH and will determine automatically for you.
  • v1.5.2 Changes

    November 20, 2015
    • Correct command to double slash
  • v1.5.1 Changes

    November 20, 2015
    • ๐Ÿ›  Fix example command in docs using wrong slash
    • โž• Added example command output.
  • v1.5 Changes

    November 17, 2015
  • v1.4 Changes

    November 17, 2015

    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.
  • v1.3 Changes

    November 12, 2015
    • โž• Added Processing Messages for directories as well as files.
  • v1.2 Changes

    November 12, 2015
    • โช reverted from using gopkg.in so compiled program is statics and not statics.vX
  • v1.1 Changes

    November 12, 2015
    • ๐Ÿ›  Fix some tests that can differ on local filesystems and OS's
    • โž• Added CI badge to README