Skip to content

Files

Latest commit

author
GitHub Actions
Feb 27, 2025
5d8c78d · Feb 27, 2025

History

History
123 lines (65 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

123 lines (65 loc) · 3.57 KB

Changelog

v0.3.20

compare changes

🏡 Chore

  • Comment out debugging file write (2c53851)
  • Add comment detailing adding test fixture for chrome crawler (4ff5618)

v0.3.19

compare changes

🩹 Fixes

  • Refactor CWS crawler to more safely extract extension details (#5)

v0.3.18

compare changes

🩹 Fixes

  • Fix broken chrome crawler after layout change (f702361)

🏡 Chore

v0.3.17

compare changes

🩹 Fixes

v0.3.16

compare changes

🩹 Fixes

  • Properly remove the second comma from user counts over 1,000,000 (b43d9af)

🏡 Chore

v0.3.15

compare changes

🩹 Fixes

v0.3.14

compare changes

🚀 Enhancements

  • Extract screenshots from CWS and Firefox addons (#3)

🏡 Chore

  • Bump bun version to 1.1.31 (74249c1)

v0.3.13

compare changes

🩹 Fixes

  • Only return null for crawl errors, not all extension in chromeExtensions (f5c1c1b)

v0.3.12

compare changes

🩹 Fixes

  • Remove ' - Chrome Web Store' title suffix from extension names (1ac0d9f)

🏡 Chore

v0.3.11

compare changes

🩹 Fixes

  • Reduce cache from 24 hours to 1 hour (f564997)

🏡 Chore

  • Use @aklinker1/check to simplify checks (90e10fe)

v0.3.10

compare changes

🩹 Fixes

  • Catch error when extension doesn't have any ratings (d04b8b9)

🏡 Chore

🤖 CI