Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

65 lines (39 loc) · 4.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.0 (2024-08-19)

Features

  • add manual sync (f2432fb)
  • add render mode to scrape sites like aliexpress (08bb0bb)
  • auto sync and delete collections when reset sync (1485f1e)
  • deprecate mongodb and integrate ravendb (4f46acd)

Bug Fixes

  • add try catch when axios crash (04dfbb8)
  • fix sync function (6f57489)
  • report product scraped, return array insted of object (d6322aa)

1.3.0 (2024-06-03)

Features

  • auto sync and delete collections when reset sync (1485f1e)
  • deprecate mongodb and integrate ravendb (e81bbb2)

Bug Fixes

1.2.0 (2024-04-01)

Features

  • add new endpoint and transform response to camel case (75dd196)
  • create endpoint to test queries (7607d13)
  • disable scraper when can't get price (31f7504)
  • exit process when scraper finish and creat get all scrapers api (b6c9300)
  • integrate couchdb controller (6b22eb6)
  • integrate mongoDB and new architecture (fec6847)
  • parse responses and body params (8aff6e2)

Bug Fixes

  • add timer if do not respond when analized the dom (09424c7)
  • fix comparison between rules and price (3efd94d)
  • fix url messages format (e0688cf)
  • get snaps by product_scraped_id insted of product_id (c917338)

1.1.0 (2022-05-26)

Features

  • add stock analyzar (711460d)
  • add telegram bot and update the date of notifications which were sent (1373a75)
  • creat scraper notifications api and improve bd (48ee397)
  • get rules, scraper notifications (208abd0)
  • improve scraper to get info from dom (2eded20)