Changelog
[1.15.0] - 2024-08-28
ContentStep
's name
can be optionally specified in constructor (fix).Changelog
[1.14.1] - 2024-08-28
ContentStep
's name
can be optionally specified in constructor.Changelog
[1.13.7] - 2024-08-26
ContentStep
doesn't require a SsgContextImpl
implementation anymore, just any SsgContext
implementation.Changelog
[1.13.5] - 2024-08-25
ContentStep.shouldProcess()
is split between shouldProcessFile()
and shouldProcessContent()
to avoid loading file contents when not requiredChangelog
[1.13.4] - 2024-08-25
ContentStep.shouldProcess()