Skip to content

Releases: rakyll/statik

Version 0.1.7

25 Feb 18:56
46bd79c
Compare
Choose a tag to compare
  • Feature: adds support for multiple asset namespaces
  • Feature: allows to whitelist including files

v0.1.6

20 Mar 18:56
Compare
Choose a tag to compare
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)

21 Sep 16:35
Compare
Choose a tag to compare
Several linting tool warn about missing package level comments so
write one by default.

v0.1.4

21 Aug 18:26
Compare
Choose a tag to compare
Add directory support (#46)

v0.1.3

03 Aug 00:43
Compare
Choose a tag to compare
Use latest patch releases (#28)

v0.1.2: Allow changing package name (#45)

09 Jul 22:42
Compare
Choose a tag to compare
Allows changing the name of the generated package.