Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 2.94 KB

Changelog

0.2.2 (2024-08-20)

Bug Fixes

  • Skip empty ingredient lines '-' with nothing else (#131) (151bea4)

0.2.1 (2024-07-13)

Bug Fixes

  • Fix Ingredients with ':' in their text (#126) (b3f01a3)
  • Fixed regex matching for parentheses (#125) (b9b969b)
  • Fixed the ingredient 'bounding boxes' (#121) (357ab0a)

0.2.0 (2024-07-10)

Features

  • Added some better debugging options/tools (#115) (ce81bc5)

Bug Fixes

  • releas-please-manifest.json file name (#109) (799d769)
  • Release uploads (#107) (1dea1f3)
  • release-please config that updates the manifest.json file (#104) (e7ce367)
  • Removed vite-plugin-wasm, was unecessary (#106) (7e1584c)
  • Support ingredients that don't start with - (#116) (fff2999)
  • This might fix the release-please to use the config file (#108) (d977d3d)

0.1.0 (2024-07-06)

Features

  • update release-please to upload artifacts (bc594d6)
  • Add the ability to scrape recipes ([83]#83)