Releases: rakyll/statik
Releases · rakyll/statik
Version 0.1.7
v0.1.6
Support positive count in Readdir() (#61) Follow on #60. The Readdir() should support positive count in order to return the specified counts of files. For it, I defined statikFS.dirs and httpFile.dirIdx for managing the internal state and use it inside Readdir().
v0.1.5: Add support for package comment (#51) (#52)
Several linting tool warn about missing package level comments so write one by default.
v0.1.4
v0.1.3
v0.1.2: Allow changing package name (#45)
Allows changing the name of the generated package.