All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
2553 days ago
Changelog History
Changelog History
-
v1.7.0 Changes
October 05, 2016What'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
- corrected idx issue combining
-
v1.6.0 Changes
September 07, 2016What's New?
- ๐ AbsPkgPath now supports passing of
$GOPATH
and will determine automatically for you.
- ๐ AbsPkgPath now supports passing of
-
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- โ 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.
-
v1.4 Changes
November 17, 2015What 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