All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
3025 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