Skip to content

Tags: vdimir/statik

Tags

v0.1.6

Toggle v0.1.6's commit message
Support positive count in Readdir() (rakyll#61)

Follow on rakyll#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

Toggle v0.1.5's commit message
Add support for package comment (rakyll#51) (rakyll#52)

Several linting tool warn about missing package level comments so
write one by default.

v0.1.4

Toggle v0.1.4's commit message
Add directory support (rakyll#46)

v0.1.3

Toggle v0.1.3's commit message
Use latest patch releases (rakyll#28)

v0.1.2

Toggle v0.1.2's commit message
Allow changing package name (rakyll#45)

Allows changing the name of the generated package.

v0.1.1

Toggle v0.1.1's commit message

v0.1.0

Toggle v0.1.0's commit message