Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

66 lines (36 loc) · 4.81 KB

Changelog

0.4.0 (2024-10-31)

Features

Bug Fixes

  • Add hot-reload properly as a submodule for better testing (#165) (a250dcf)
  • Excessive errors on startup (#168) (30ea2f9)
  • Improve error handling with ts-results-es (#167) (7f00c45)
  • Sanitize downloaded recipe names (#172) (268b4ed)
  • The end range for RecipeMD recipes removing 3 characters (#171) (2664771)

0.3.0 (2024-10-29)

Features

  • Bump recipe-rs to support more recipe sites to download (#160) (0c71713)

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)