Releases: kataras/blocks
Releases · kataras/blocks
v0.0.11
- Behavior change: layout files can be located in any sub-directory of the root one.
- New
AddFunc
& Ext
methods, rename all interface{} to any.
- Strip HTML comments automatically.
v0.0.7
Add builtin support for fs.FS
and embed.FS
.
v0.0.5
Minor improvements and dependency updates.
v0.0.3
Accept both string and http.FileSystem
to load templates through. The Assets
method removed. A new RootDir
method was added to be able to target a specific directory inside the provided http.FileSystem
to use as the root one, to load templates from.
v0.0.2
Add _examples/static-generator
example and Blocks.Layouts
field for map of all layouts.