Skip to content

Releases: cooklang/cooklang-rs

v0.15.0

14 Jan 16:00
Compare
Choose a tag to compare

v0.15.0

  • Add support in cooklang::metadata for canonical
    metadata
    , making it
    easier to query these keys and expected values.
  • Add warnings for missused canonical metadata keys.
  • Improve custom checks for metadata keys. Now they can choose to skip the
    included checks too.
  • Fix ingredients aliases from aisle configuration not being merged in
    IngredientList. (#24 @kaylee-kiako)
  • Remove many dependencies, binaries should be smaller.
  • (breaking) Change Quantity API.
    • value is not a getter.
    • unit returns the unit text
    • unit_info (new method) returns the Unit value with a runtime lookup.
  • (breaking) Rename TEMPERATURE extension with INLINE_QUANTITIES. Now all
    inline quantities are found, not only temperatures. You may need to update
    your application to handle this.

v0.14.0

11 Dec 11:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.14.0

v0.13.3

28 Oct 09:56
Compare
Choose a tag to compare

What's Changed

  • Replace ariadne with codesnake by @Zheoni in #16

Full Changelog: v0.13.2...v0.13.3