Releases: cooklang/cooklang-rs
Releases · cooklang/cooklang-rs
v0.15.0
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 textunit_info
(new method) returns theUnit
value with a runtime lookup.
- (breaking) Rename
TEMPERATURE
extension withINLINE_QUANTITIES
. Now all
inline quantities are found, not only temperatures. You may need to update
your application to handle this.