Skip to content

Releases: piranha/gostatic

2.6

24 Dec 08:35
Compare
Choose a tag to compare
2.6

Sort pages with same date alphabetically.

2.5

05 Nov 16:33
Compare
Choose a tag to compare
2.5

put exec template function back

2.4

15 Oct 17:42
Compare
Choose a tag to compare
2.4
  • fixed handling \r\n in config processor
  • now errors of external processor are propagated and you'll see them

2.3

09 Oct 09:55
Compare
Choose a tag to compare
2.3

gostatic is now a library (thanks @zhuharev)! Plus:

  • exec function in templates
  • exceprt function in templates (thanks @krpors)
  • gostatic no longer fails on vim's temp files (thanks @krpors)

2.2

27 Aug 09:59
Compare
Choose a tag to compare
2.2

make example site (gostatic -i) work with current gostatic

2.1

16 Jun 06:32
Compare
Choose a tag to compare
2.1

Fix rename processor for Windows

2.0

07 Jun 06:18
Compare
Choose a tag to compare
2.0

Major version - breaking changes.

  • Backward incompatible - template functions cut and split now have different order of arguments to better support template pipelining.
  • Pagination is now supported, see paginate processor and paginator template function.
  • Template and config changes are now tracked and will result in full re-render.
  • Page now has .Raw property, containing unprocessed data (but after config being consumed).
  • strip_newlines, replace, replacen, contains, markdown template functions.
  • Page list new methods: .Slice and .GlobSource.

1.17

11 Feb 13:33
Compare
Choose a tag to compare

more fsnotify stuff

1.16

10 Feb 16:34
Compare
Choose a tag to compare

updated fsnotify; potentially better watcher behavior

1.15

02 Feb 20:27
Compare
Choose a tag to compare

ability to specify folders with templates