Changelog
[1.10.0] - 2024-06-03
VarRegexReplacer
used by StringEchoVarReplaceCommand
and SsiEchoVarCommand
defaults to generic replacements when no variable name is specified.Changelog
[1.9.1] - 2024-05-20
DirectoryStep.config
visibility to public readonly.CopyStep
now uses its config outDir
.Changelog
[1.9.0] - 2024-05-20
SsgConfig.outDir
is now SsgConfig.getOutputPath(context)
SsgConfig
to benefit from output path resolution.Changelog
[1.8.0] - 2024-05-18
SsgContext.inputFile
and SsgContext.inputFile
are replaced by SsgContext.file
Changelog
[1.7.7] - 2024-05-17
ContentStepConfig.getOutputFile(context)
can now return FileContents or file pathChangelog
[1.7.6] - 2024-05-17
SsgContext.setOutputFrom(filename)
instead of SsgContext.setOutputFrom(filename)
to unify apis.inputFile
and outputFile
are assigned.Changelog
[1.7.5] - 2024-05-15
SsgContext.read(filename)
becomes SsgContext.getInputFrom(filename)
to denote it affects the context's inputFile
.SsgContext.readOrNew(filename, dir)
becomes SsgContext.setOutputFrom(filename)
to denote it affects the context's outputFile
.HtmlFileContents.create(fileInfo, fileContents)
becomes HtmlFileContents.create(fileInfo)
to denote it uses fileInfo
's contents
.Changelog
[1.7.3] - 2024-04-10
Update document title from FileContents title.
ContentStep.processFile()
hasn't fileCount
parameter anymore and returns a boolean
.