Skip to content

Releases: lucat1/statik

v0.7.0

08 Jul 09:26
f98027a
Compare
Choose a tag to compare
  • Removed io/ioutil which is deprecated on go 1.20.
  • Using rs/zelog for logging.
  • Using streaming copy instead of buffered copy.

Thanks to @VaiTon for all the work!

v0.6.6

04 Jul 22:26
0fe1f4a
Compare
Choose a tag to compare

This release is identical to v0.6.5 code-wise. It is the first release to be available as a docker image though.
It is hosted on GitHub's Docker registry at: https://github.com/lucat1/statik/pkgs/container/statik

v0.6.5

04 Jul 18:54
48be015
Compare
Choose a tag to compare

A generated_at field is not included at the root of every statik.json, pointing to the time of the static site generation.

v0.6.4

04 Jul 18:48
86cb111
Compare
Choose a tag to compare

Use the standard library's time.RFC3339 instead of our own string defining the same spec.

v0.6.3

04 Jul 17:57
34ca0cd
Compare
Choose a tag to compare

Fix recursion depth (previous release fix)

v0.6.2

04 Jul 09:57
6d9d054
Compare
Choose a tag to compare

Published under the MIT license

v0.6.1

04 Jul 09:54
e9caf55
Compare
Choose a tag to compare
  • Limited the generated metadata to a recursion depth of 2 as it was designed
  • Added more fields to the marshaled File structure
  • Published a JSON schema which describes the statik.json and fuzzy.json files available in the root of the repository

v0.6.0

20 Jun 07:45
4112604
Compare
Choose a tag to compare
  • Refactored the code to add new functionality
  • Now requires only one template file to customize
  • JSON output of directory listing in files statik.json and fuzzy.json

v0.5.4

31 May 11:20
bbaf52d
Compare
Choose a tag to compare

Decreased the heading font size and made all text relative to the root font size. This will allow an easier styling of text components in the future.

v0.5.3

26 May 17:51
a601593
Compare
Choose a tag to compare

Fixed an issue with whitespace in .link files