-
Notifications
You must be signed in to change notification settings - Fork 228
Releases: rakyll/statik
Releases · rakyll/statik
Version 0.1.8
What's Changed
- Document determinism by @antifuchs in #112
New Contributors
- @antifuchs made their first contribution in #112
Full Changelog: v0.1.7...v0.1.8
Assets 2
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().
Assets 2
v0.1.5: Add support for package comment (#51) (#52)
Several linting tool warn about missing package level comments so write one by default.
Assets 2
v0.1.4
Add directory support (#46)
Assets 2
v0.1.3
Use latest patch releases (#28)
Assets 2
v0.1.2: Allow changing package name (#45)
Allows changing the name of the generated package.