Skip to content

v1.2.0

Choose a tag to compare

@tmlmt tmlmt released this 04 Sep 16:53
· 144 commits to main since this release

compare changes

⚠️ Breaking Changes

As part of fixing the non-preservation of individual quantities of referenced ingredients, the partialQuantity and partialUnit properties of IngredientItem in preparation steps are renamed respectively itemQuantity and itemUnit. Moreover, the partialPreparation is removed as the preparation is fixed for a given ingredient in the list and can be accessed via the ingredient reference index.

This is considered part of arbitrary changes during the rapid development of the parser and therefore do not trigger a bump to a new major version.

🚀 Enhancements

🩹 Fixes

  • ⚠️ Individual quantities of referenced ingredient not preserved in preparation steps (d233eba)
  • Individual quantities of cookware not preserved in preparation steps (9f6a008)

🏡 Chore

  • README: Add range values to features (c38463a)
  • package: Add useful properties for npm (e72cbc3)
  • Remove console.log() (d956853)
  • Reconfigure eslint from scratch (1b85287)

✅ Tests

  • Add test to check that a referenced ingredient's original preparation is immutable (1f43c47)

🎨 Styles

  • Add type property to Note and Step content types (8266d85)

🤖 CI

  • Fix wrong source folder for docs deployment (4f492a0)

❤️ Contributors