Releases: nicholaswilde/cook-docs
Releases · nicholaswilde/cook-docs
v0.8.0
Changelog
New Features
- 7df1a90: feat: Use native lazy loading by default (#46) (@demosjarco )
Dependency updates
- f8670b9: feat(deps): Bumps golang.org/x/text from 0.3.7 to 0.3.8. (#45) (@dependabot[bot])
v0.7.0
Changelog
.Metadata.title
replaced with.Info.RecipeName
..Metadata.ImageName
replaced with.Info.ImageFileName
.- Removal of trailing whitespace from
cook.stepsSection
. - Addition of double new lines to
cook.sourceSection
.
Other changes include:
- Addition of
word-wrap
option to dynamically specify the word wrap length. - Addition of
.Info.ImageFilePath
,.Info.NewRecipeFilePath
, and
.Info.RecipeFilePath
to template. - Addition of
.Config.*
to template. - Addition of config file aliases. E.g.
--word-wrap 80
from the command
line can be used aswordWrap: 80
in the config file.
Related Issues
- Fixes #33
v0.6.1
Changelog
v0.6.0
Changelog
v0.5.0
v0.4.0
Changelog
- 3f3ee84 Add pre-commit icon
- 857ab9d Fix indentation
- a253fe9 Merge pull request #31 from nicholaswilde/fix-markdownlint-issues
- fd57fb5 Move installation to content tabs
- 155985f Update example output (fix #30)
- 0378212 fix the following markdownlint issues
- MD045 no-alt-text
- MD034 no-bare-urls
- MD022 blanks-around-headings
- fix additional space in ingredient when no unit is specified.
v0.3.0
Changelog
- 2b19256 Add edit_uri to change from master to main branch for edits
- 97c62ea Add mathjax support
- c3971b0 Add steps with block quotes and admonitions
- 2f2e4fc Change license to SPDX and change scoop folder to bucket
- 466cfb0 Fix Composite literal uses unkeyed fields
- 608450e Merge pull request #29 from nicholaswilde/add-steps-with-comments
- 6af3c25 Replace 0 ingredient with the word sum (#28) Change ingredient decimal places to 2 (#26) Add cook.stepsWithAdmonishedCommentsSection (#25) Add cook.stepsWithQuotedCommentsSection (#25)
- 8e3108b Update mkdocs.yml