Releases: piranha/gostatic
Releases · piranha/gostatic
2.6
2.5
2.4
2.3
2.2
2.1
2.0
Major version - breaking changes.
- Backward incompatible - template functions
cut
andsplit
now have different order of arguments to better support template pipelining. - Pagination is now supported, see
paginate
processor andpaginator
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 afterconfig
being consumed). strip_newlines
,replace
,replacen
,contains
,markdown
template functions.- Page list new methods:
.Slice
and.GlobSource
.