Skip to content

Tags: rakyll/statik

Tags

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fixes retrocompatibility with namespaces by using fs.Register (#105

)

* fix: fixes retrocompatibility with namespaces by using fs.Register instead on fs.RegisterWithNamespace when the namespace is default.

* chore: tweaks the default namespace check.

v0.1.6

Toggle v0.1.6's commit message
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

Toggle v0.1.5's commit message
Add support for package comment (#51) (#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 (#46)

v0.1.3

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

v0.1.2

Toggle v0.1.2's commit message
Allow changing package name (#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