- #27 Write unit tests for helpers
- #19 Add tests for scraper runner and sources
- Improved regex for price and size helpers
- Refactor sources
- Add colours to logs
BC Breaks
- Split
HTMLSource
andJSONSource
into separate files at/scraper/src/types/html-source.ts
and/scraper/src/types/json-source.ts
. If you have custom sources you'll need to update your imports.