Skip to content

Releases: Zheoni/cooklang-chef

v0.10.3

30 Nov 20:55

Choose a tag to compare

v0.10.2

14 Oct 03:43

Choose a tag to compare

  • Fix HTML render fail when only prep time was given without cook time or vice
    versa. ( #55 )

v0.10.1

21 Apr 15:37

Choose a tag to compare

v0.10.0

14 Jan 21:04

Choose a tag to compare

Updates to cooklang parser 0.15.0, this includes many small improvements and
some changes to the language. See the [parser changelog] from 0.13 to 0.15
to see the changes. Major things you neeed to worry about are:

  • If you used a custom extensions config in your recipe collection, you may need
    to update it because some extensions have been removed (always enabled) and
    some renamed.
  • The metadata now uses a YAML frontmatter, you will get a warning if you use
    the old style. You can't mix both styles of metadata, when you use a
    frontmatter the old style syntax will be disabled. Config keys like >> [mode]: ...
    will still use the old style and are not metadata anymore.

New features this enables:

  • The YAML frontmatter for metadata.
  • Now all inline quantities are detected and can be converted at your will, not
    only temperature.

v0.9.2

20 Dec 17:21

Choose a tag to compare

This release is the last one before updating cooklang with spec changes. It
includes a variety of small fixes and improvements.

v0.9.1

18 Apr 16:11

Choose a tag to compare

  • Fix VISUAL and/or EDITOR env vars that were ignored. ( #26 )

v0.9.0

11 Apr 15:39

Choose a tag to compare

  • Add more markdown customization to change all hard coded words.
  • Add --config global arg to override the config.toml file used.

v0.8.5

27 Feb 17:52

Choose a tag to compare

  • Don't allow serve or list to run outside a collection to avoid unwanted
    recipe indexing.
  • Add --force arg to list to force it to run outside a collection.

v0.8.4

10 Feb 18:24

Choose a tag to compare

  • Fix a panic in chef serve by updating dependencies.
  • Fix recipe input as path outside a collection.

v0.8.3

05 Feb 12:16

Choose a tag to compare

  • Fix small quantity formatting
  • Fix timer getting locked sometimes