You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: run pre-write extensions after render but before write (#111)
Closes#107
BREAKING-CHANGE: :pre_write extensions now are run after rendering the
graph, but before writing to disk. Previously, the body content of each
page would not have been converted yet, but now it will. This should
enable anyone to modify the HTML after other extensions converter it.
perf: render the graph in parallel
fix: actually respect the "enabled" key in `use Tableau.Extension`
0 commit comments